Class Checkbox

All Implemented Interfaces:
ElementAttributeMethods<HTMLElement,Checkbox>, ElementClassListMethods<HTMLElement,Checkbox>, ElementConsumerMethods<HTMLElement,Checkbox>, ElementContainerMethods<HTMLElement,Checkbox>, ElementEventMethods<HTMLElement,Checkbox>, ElementIdMethods<HTMLElement,Checkbox>, ElementQueryMethods<HTMLElement>, ElementTextDelegate<HTMLElement,Checkbox>, ElementTextMethods<HTMLElement,Checkbox>, HTMLElementAttributeMethods<HTMLElement,Checkbox>, HTMLElementDataMethods<HTMLElement,Checkbox>, HTMLElementStyleMethods<HTMLElement,Checkbox>, HTMLElementVisibilityMethods<HTMLElement,Checkbox>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,Checkbox>, Component, HasValue<Boolean>, org.patternfly.style.Modifiers.Disabled<HTMLElement,Checkbox>, org.patternfly.style.Modifiers.Required<HTMLElement,Checkbox>

public class Checkbox extends BaseComponent<HTMLElement,Checkbox> implements org.patternfly.style.Modifiers.Disabled<HTMLElement,Checkbox>, ElementTextDelegate<HTMLElement,Checkbox>, HasValue<Boolean>, org.patternfly.style.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: