Check documentation for the latest version of dhtmlxSuite hideCheckbox DHTMLX Docs

hideCheckbox

hides the item's checkbox

void hideCheckbox(string|number id);
idstring|numberthe item's id

Example

myTreeView.hideCheckbox(id);

See also
Back to top