We all know how to form a checkbox input in HTML:
What I don\'t k
checked="checked"
are equivalent;
according to spec checkbox '----ⓘ checked = "checked" or "" (empty string) or empty Specifies that the element represents a selected control.---'