Check documentation for the latest version of dhtmlxSuite setSubChecked DHTMLX Docs

setSubChecked

changes the state of the node's checkbox and all children checkboxes

void setSubChecked(string|number id,boolean state);
idstring|numbertarget node's id
statebooleancheckbox's state

Example

myTree.setSubChecked(id, state);

Related samples

See also
Back to top