Looked at the HTML spec, but couldn\'t make heads or tails of it: http://www.w3.org/TR/html5/the-input-element.html#attr-input-checked
What is the correct way to che
you can use autocomplete="off" on parent form, so if you reload your page, checkboxes will not be checked automatically
You can refer to this page at w3schools but basically you could use any of:
<input checked> <input checked="checked"> <input checked="">