$('input.sub_chk').on('change', function () { $('input.sub_chk').not(this).prop('checked', false); }); code example Example: checkbox set checked jquery .prop('checked', true);