Class Checkbox

All Implemented Interfaces:
Container<HTMLElement,Checkbox>, Finder<HTMLElement>, HasElement<HTMLElement,Checkbox>, HasHTMLElement<HTMLElement,Checkbox>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,Checkbox>, Component, HasValue<Boolean>, Modifiers.Disabled<HTMLElement,Checkbox>, Modifiers.Required<HTMLElement,Checkbox>

A checkbox is used to select a single item or multiple items, typically to choose elements to perform an action or to reflect a binary setting.
See Also: