$('#saqar input:checkbox').click(function () { if ($(this).is(':checked')) { $('input[id*=saqar_]:checked').not(this).prop('checked', false); } });