Specifies whether the check box or radio button is checked.
Declaration
testObj.Checked
Read-Write Property | Boolean |
testObj | One of the tested objects listed in the Applies To section |
Applies To
The property applies to the following components:
Flex CheckBox, Flex RadioButton
Description
Use the Checked
property to determine or set the check state of a check box or radio button. This property specifies whether the check box or radio button is currently checked or unchecked. For an intermediate (grayed) state, this property returns False.
Property Value
True, if the check box or radio button is currently checked. False, if the check box or radio button is currently unchecked or grayed.