Class RadioGroup

All Implemented Interfaces:
Drawable.Callback, ViewManager, ViewParent

public class RadioGroup extends LinearLayout

This class is used to create a multiple-exclusion scope for a set of radio buttons. Checking one radio button that belongs to a radio group unchecks any previously checked radio button within the same group.

Initially, all of the radio buttons are unchecked. While it is not possible to uncheck a particular radio button, the radio group can be cleared to remove the checked state.

See Also: