checkbox

Name

checkbox -- Indicates a specified feature's on/off state

Additional Attributes

accesskey, label, checked

Description

A checkbox appears as a small box that can be checked on or off. When checked on or off, the checked attribute is set to true or false. It can be set initially for a default value. To associate text with a checkbox, set the label attribute.

See Also

radio