Checked Property (Specific to CheckBox and RadioButton Flex Objects)

Applies to TestComplete 15.63, last modified on April 23, 2024

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.

See Also

Flex CheckBox Support
Flex RadioButton Support

Highlight search results