The Boolean Attribute Type is a data type declared in the DTD as XML 1.0 type Enumeration.
checked:input type="checkbox", input type="radio"declare:objectdefer:scriptdisabled:input, textarea, select, optgroup, option, buttonismap:img, input type="image"multiple:selectnohref:areareadonly:input type="text", input type="password", textareaselected:optionThere are no Common Attributes with type Boolean.
A Boolean attribute. This is a type assigned to certain optional "on/off" attributes - if present, the attribute should be given its own name as its value, e.g. checked="checked"
The Boolean Attribute Type is a special case of the Enumeration Attribute Type where only one value is possible for each attribute: if present, the attribute must be given its own name as its value, e.g. selected="selected".