type TCheckBoxState = (cbUnchecked, cbChecked, cbGrayed);
type TCheckBoxStateArray = array[] of TCheckBoxState;
property State[Index: Integer]: TCheckBoxStateArray;
Description
For each member of the Items array, State indicates whether it's check box is selected (cbChecked), deselected (cbUnchecked), or grayed (cbGrayed).