Class Radio

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

public class Radio extends BaseComponent<HTMLElement, Radio> implements org.patternfly.style.Modifiers.Disabled<HTMLElement, Radio>, ElementTextDelegate<HTMLElement, Radio>, HasValue<Boolean>, org.patternfly.style.Modifiers.Required<HTMLElement, Radio>
A radio button is used to present the user with mutually exclusive choices. Always present radio buttons in groups of 2 or more.
See Also: