TdxLayoutGroupCheckBoxButton.Checked Property
Specifies if the check box is checked.
Declaration
property Checked: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use this property to switch the check box’s state. The Checked property value is ignored if one of the following occurs:
The check box is invisible.
The button visibility is disabled at the group’s level.
The group has no visible borders.
The default value of the Checked property is True.
See Also