TcxCheckBox Object

Applies to TestComplete 15.62, last modified on March 14, 2024

The TcxCheckBox component represents a check box that lets the user select an option. Unlike the TcxRadioGroup component that lets the user select only one of the mutually exclusive options, a group of TcxCheckBox components lets the user choose several options at once.

The check box can have two states (checked and unchecked) or three states (checked, unchecked and grayed). Whether the check box can have three states is specified by the Properties.AllowGrayed property. The check state can be determined or set via the Checked or State property. The difference in these properties is that Checked lets you specify only checked and unchecked states whereas State lets you also specify the intermediate (grayed) state.

Other properties of the TcxCheckBox object let you adjust the check box behavior, appearance and other attributes.

TcxCheckBox Properties

TcxCheckBox Methods

TcxCheckBox Events

See Also

User Forms
TcxRadioGroup Object

Highlight search results