Check documentation for the latest version of dhtmlxSuite disableCheckbox DHTMLX Docs

disableCheckbox

disables a checkbox

void disableCheckbox(string|number id,boolean state);
idstring|numberthe node's id
statebooleantrue|false

Example

myTree.disableCheckbox(itemId, state);

Related samples

See also
Back to top