RadioButton.label

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

radioButtonInstance.label

Description

Property; specifies the text label for the radio button. By default, the label appears to the right of the radio button. Calling this method overrides the label parameter specified while authoring. If the label text is too long to fit within the bounding box of the component, the text clips.

Example

The following example sets the label property of the instance radioButton:

radioButton.label = "Remove from list";