ICheckBox.Checked

Syntax

Checked: Boolean;

Description

The Checked property determines whether the component checkbox is selected.

Comments

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

The middle state of the checkbox is available if the AllowGrayed property of the component is set to True. To do this, set the State property to CheckBoxState.Grayed.

See also:

ICheckBox