F > FCheckBox.getValue |
![]() ![]() ![]() |
FCheckBox.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 KowalczykBo
x to the Output window.
trace(KowalczykBox
.getValue());
See also
![]() ![]() ![]() |