SyntaxFix
Write A Post
Hire A Developer
Questions
$('#myform input:checkbox').click( function(e){ alert($(this).is(':checked')) } )