CheckBox.label

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

checkBoxInstance.label

Description

Property; indicates the text label for the check box. By default, the label appears to the right of the check box. Setting this property overrides the label parameter specified in the clip parameters panel.

Example

The following code sets the text that appears beside the CheckBox component and sends the value to the Output panel:

checkBox.label = "Remove from list"; 
trace(checkBox.label)

See also

CheckBox.labelPlacement