Suppose we have
<form action="xxx">
<input type="checkbox" id = "checkbox" name="checked" value="1">
</form>
Now want some jQuery or JS function to change the "value" attribute of this checkbox. In Chrome and Firefox, everything works fine but seems IE doesn't give much support on form. form elements' attributes are not able to be changed in IE. Any good idea about this? Thanks