Check documentation for the latest version of dhtmlxSuite enableThreeStateCheckboxes DHTMLX Docs

enableThreeStateCheckboxes

enables three-state checkboxes

void enableThreeStateCheckboxes(boolean mode);
modebooleantrue|false to enable/disable three-state checkboxes

Example

tree.enableThreeStateCheckboxes(true|false);

Related samples

See also
Back to top