3
votes
Checkbox and JQUERY: “is checked” always FALSE
could it be because you are comparing the value of the checked property to a string rather than a boolean and using the === operator which compares both value and type?
…
