Show a checkbox for each item in the list
Member of List (PRIM_LIST)
Data Type - Boolean
The Checkboxes property defines whether a checkbox is shown to the left of the each item in the list. The CheckBoxes property on List Item can be used control the checkbox for each item. 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.
Febuary 18 V14SP2