The input element with a type attribute whose value is "checkbox" represents a state or option that can be toggled.
checkbox
input.checkbox = input.checkbox.attrs
input.checkbox.attrs = (common.attrs & name? & disabled? & form? & type & checked? & value?) & (autofocus? & required?)
The input element is a void element. An input element must have a start tag but must not have an end tag.