$('.checks').change(function(){ $('.checks').removeAttr('checked'); $(this).prop('checked', true); });