Check documentation for the latest version of dhtmlxSuite enableCheckboxes DHTMLX Docs

enableCheckboxes

shows/hides checkboxes (all checkboxes in the treeview)

void enableCheckboxes(boolean mode);
modebooleantrue to show checkboxes, false to hide them

Example

myTreeView.enableCheckboxes(true);

See also
Back to top