ICheckBox.Checked

Syntax

Checked: Boolean;

Description

The Checked property determines state of the component checkbox.

Comments

If the property is set to True, the checkbox is selected and if the value is False, the checkbox is deselected.

If for the component the AllowGrayed property is set to True, then the intermediate state can be selected for the checkbox. To do it, the State property must be set to CheckBoxState.Grayed.

See also:

ICheckBox