I\'m having trouble figuring this out. I have two checkboxes (in the future will have more):
checkSurfaceEnvironment-1
checkSurface
I know this has already been answered, but still, this is a good way to do it:
if ($("#checkbox").is(":checked")==false) { //Do stuff here like: $(".span").html("Lorem"); }