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>, 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: