What's new? | Help | Directory | Sign in
Google
             
Search
for
Updated Sep 19, 2008 by pilgrim
Labels: about-html, about-forms, is-html-element, from-w3c
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.

Usage

Attributes

Browser compatibility

Compatibility table legend

Test IE8 IE7 IE6 FF3 FF2 Saf3 Op9 Chrome
appears in DOM Y Y Y Y Y Y Y Y
applies style N Y Y N N N Y N

Further reading


Sign in to add a comment