I have the following:
$('#myform input:checkbox').click( function(e){ alert($(this).is(':checked')) } )