Check documentation for the latest version of dhtmlxSuite checkItem DHTMLX Docs

checkItem

checks the item's checkbox

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

Example

myTreeView.checkItem("1");

See also
Back to top