Check documentation for the latest version of dhtmlxSuite showCheckbox DHTMLX Docs

showCheckbox

shows the item's checkbox

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

Example

myTreeView.showCheckbox(id);

See also
Back to top