|
InputTypeRadioElement
When an input element has type=radio, it represents a radio button control.
You are here: Home > HTML Reference > Elements > <input type=radio> element Radio button controls are grouped by their name attribute. If a form has multiple radio button controls with the same name, they will act as a mutually exclusive radio group. Selecting one radio button control will deselect all other controls in the radio group. UsageAttributesBrowser compatibility
Further reading |
Sign in to add a comment
