Class Switch

All Implemented Interfaces:
Attachable, ElementAttributeMethods<HTMLLabelElement, Switch>, ElementClassListMethods<HTMLLabelElement, Switch>, ElementConsumerMethods<HTMLLabelElement, Switch>, ElementContainerMethods<HTMLLabelElement, Switch>, ElementEventMethods<HTMLLabelElement, Switch>, ElementIdMethods<HTMLLabelElement, Switch>, ElementQueryMethods<HTMLLabelElement>, HTMLElementAttributeMethods<HTMLLabelElement, Switch>, HTMLElementDataMethods<HTMLLabelElement, Switch>, HTMLElementStyleMethods<HTMLLabelElement, Switch>, HTMLElementVisibilityMethods<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: