F > FCheckBox.getLabel |
FCheckBox.getLabel
FCheckBox, FCheckBox.getLabel, getLabel
Availability
Flash Player 6.
Usage
myCheckBox.getLabel()
Parameters
None.
Returns
A text string.
Description
Method; retrieves the label of the check box.
Example
The following code returns the label of checkBox1.
checkBox1.getLabel();
See also