Class Radio

All Implemented Interfaces:
Container<HTMLElement,Radio>, Finder<HTMLElement>, HasElement<HTMLElement,Radio>, HasHTMLElement<HTMLElement,Radio>, IsElement<HTMLElement>, TypedBuilder<HTMLElement,Radio>, Component, HasValue<Boolean>, Modifiers.Disabled<HTMLElement,Radio>, 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: