F > FCheckBox.getValue |
FCheckBox.getValue
FCheckBox, FCheckBox.getValue, getValue
Availability
Flash Player 6.
Usage
myCheckBox.getValue()
Parameters
None.
Returns
A Boolean value indicating whether the check box is selected (true) or not (false).
Description
Method; indicates whether the check box is selected.
Example
The following code returns the selected value of KowalczykBox to the Output window.
trace(KowalczykBox.getValue());
See also