RadioButton.selected

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

radioButtonInstance.selected
radioButtonGroup.selected

Description

Property; a Boolean value that sets the state of the radio button to selected (true) and deselects the previously selected radio button, or sets the radio button to deselected (false).

Example

The first line of code sets the mcButton instance to true. The second line of code returns the value of the selected property, as follows:

mcButton.selected = true;
trace(mcButton.selected);