For the life of me I cant set my CheckBox to checked at page load. I have tried adding value=\"true\" and Checked=\"checked\" after id and still noth
value=\"true\"
Checked=\"checked\"
The attribute checked="checked" does work and the shorthand notation is just checked.
checked="checked"
checked
Open Inline