Check documentation for the latest version of dhtmlxSuite uncheckItem DHTMLX Docs

uncheckItem

unchecks the item's checkbox

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

Example

myTreeView.uncheckItem(id);

See also
Back to top