A radio button is a two-states button that can be either checked or
unchecked. When the radio button is unchecked, the user can press or click it
to check it. However, contrary to a {@link android.widget.CheckBox}, a radio
button cannot be unchecked by the user once checked.
Radio buttons are normally used together in a
{@link android.widget.RadioGroup}. When several radio buttons live inside
a radio group, checking one radio button unchecks all the others.
See the Radio Buttons
guide.
XML attributes
See {@link android.R.styleable#CompoundButton CompoundButton Attributes},
{@link android.R.styleable#Button Button Attributes},
{@link android.R.styleable#TextView TextView Attributes},
{@link android.R.styleable#View View Attributes}
|