SyntaxFix
Write A Post
Hire A Developer
Questions
Try this
$(function() { $('input[type="checkbox"]').bind('click',function() { $('input[type="checkbox"]').not(this).prop("checked", false); }); });