Class Switch

All Implemented Interfaces:
Attachable, Finder<HTMLLabelElement>, HasElement<HTMLLabelElement,Switch>, HasHTMLElement<HTMLLabelElement,Switch>, IsElement<HTMLLabelElement>, TypedBuilder<HTMLLabelElement,Switch>, Component, HasValue<Boolean>, Modifiers.Disabled<HTMLLabelElement,Switch>, Modifiers.Readonly<HTMLLabelElement,Switch>

A switch toggles the state of a setting (between on and off). Switches and checkboxes can often be used interchangeably, but the switch provides a more explicit, visible representation of a setting.
See Also: