TdxCustomCheckGroupBoxCheckBox.Checked Property
Toggles the checked state of the check box provided by a checkable group box editor (the TdxCheckGroupBox or TdxDBCheckGroupBox component).
Declaration
property Checked: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use this property to programmatically switch the checked state of the check box. End-users can switch this state either by clicking the check box or by pressing the Space key while the checkable group box editor’s caption is focused. Switching the checked state automatically performs the action associated with the editor.
The default value of the Checked property is True.
See Also