List List Item - CheckBoxes Property

Show or hide a check box for the item

Member of List List Item (PRIM_LIST.ListItem)

Data Type - Boolean

Details

The Checkboxes property defines whether a checkbox is shown to the left of the item.
 
The CheckBoxes property on List can be set to show checkboxes for all items.
 
Checkboxes is an inbuilt feature and is unrelated to a Checkbox column. These can be placed anywhere in the list and there can be many columns. The inbuilt check boxes are always positioned on the left of the item.
 
The Checked, CheckEnabled and CheckReadonly properties control their behaviour. The ItemChanged event will fire when the check box is changed.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2