ShowEmptyCheckBoxes

Declaration: ChartBook.Tables[].ShowEmptyCheckBoxes: boolean;
The property ShowEmptyCheckBoxes determines whether check boxes are shown for empty table elements, as well. Setting ShowEmptyCheckBoxes to FALSE allows to create irregularly distributed check box elements, since only those check boxes are displayed (and are active) whose corresponding cells are not empty.

ShowEmptyCheckBoxes is TRUE by default.

Hint: Please note that check boxes are displayed only for those columns which have the ColumnCheckMode property set to cmBox or cmRadio.