vcl-cxcheckgroup-e1e139ce.md
An individual check box within the TcxCheckGroup and TcxDBCheckGroup controls.
TcxCheckGroupItem = class(
TcxButtonGroupItem
)
To display check boxes within a TcxCheckGroup or TcxDBCheckGroup control, you need to add TcxCheckGroupItem objects into the control’s Properties.Items collection. Each object added represents an individual check box. The TcxCheckGroupItem object’s properties enable you to specify the check box’s caption, enabled state and tag. Note that all these settings are inherited from the TcxButtonGroupItem object. The TcxCheckGroupItem class simply publishes the inherited properties.
TObject TPersistent TCollectionItem TcxCaptionItem TcxButtonGroupItem TcxCheckGroupItem
See Also