|
InputCheckedAttribute
The input checked attribute represents the checked state of a checkbox form control.
You are here: Home > HTML Reference > Elements > <input> element > checked attribute UsageIn IE, if you want to set the "checked" attribute via Javascript, you need to set the "defaultChecked" attribute to true or false, since IE ignores Javascript changes to the "checked" attribute. ValuesElementsBrowser compatibility
Further reading |
Sign in to add a comment
