CheckBox.labelPlacement

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

checkBoxInstance.labelReplacement

Description

Property; a string that indicates the position of the label in relation to the check box. The following are the four possible values (the dotted lines represent the bounding area of the component; they are invisible in a document):

Example

The following example sets the placement of the label to the left of the check box:

checkBox_mc.labelPlacement = "left";

See also

CheckBox.label