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>, org.patternfly.style.Modifiers.Disabled<HTMLLabelElement,Switch>, org.patternfly.style.Modifiers.Readonly<HTMLLabelElement,Switch>

public class Switch extends BaseComponent<HTMLLabelElement,Switch> implements HasValue<Boolean>, org.patternfly.style.Modifiers.Disabled<HTMLLabelElement,Switch>, org.patternfly.style.Modifiers.Readonly<HTMLLabelElement,Switch>, Attachable
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: