Check documentation for the latest version of dhtmlxSuite enableSmartCheckboxes DHTMLX Docs

enableSmartCheckboxes

enables smart checkboxes

void enableSmartCheckboxes(boolean mode);
modebooleantrue/false to enable/disable smart checkboxes

Available only in PRO Edition

Example

myTree.enableSmartCheckboxes(true/false);

Details

This functionality is disabled by default (auto-checking of children and parents for 3-state checkboxes).

See also
Back to top