TreeList.CheckBoxes

Syntax

CheckBoxes: Boolean

Description

The CheckBoxes property determines whether checkboxes are displayed for component nodes.

Comments

Use JSON or the setCheckBoxes method to set the property value and the getCheckBoxes method to get the property value.

If the property is set to True, the checkboxes are displayed, otherwise they are not. By default this property is set to False.

Example

The example of property use is given in the Example of Creating the TreeList Component page.

See also:

TreeList