Widgets
Samples
Forum
Support
Documentation
/
Suite 7.0
autoload
checkbox
css
data
dragCopy
dragMode
dropBehaviour
editable
editing
icon
isFolder
keyNavigation
rootId
selection
Start
Tree
Tree API
Properties
checkbox
adds checkboxes to tree items
boolean
checkbox
;
Example
var
tree
=
new
dhx.
Tree
(
"tree_container"
,
{
checkbox
:
true
}
)
;
Related samples
Tree. Checkboxes For Items
See also
Articles
Initialization
Configuration
Back to top