I\'m having trouble figuring this out. I have two checkboxes (in the future will have more):
checkSurfaceEnvironment-1
checkSurface
I used this and in worked for me!
$("checkbox selector").click(function() { if($(this).prop('checked')==true){ do what you need! } });