I am using jQuery to hide form fields (I am manipulating checkboxes and radio buttons).
In FF and Chrome, when I click the associated label, the form field still activates and checks. In IE, that does not happen.
How can I have the label activate the checkboxes/radio buttons in IE?
I’ve experienced this before as well. You may be better off moving the hidden fields off the screen instead of hiding them.
In fact, I did ask that question on SO:
IE – hidden radio button not checked when the corresponding label is clicked