Check documentation for the latest version of dhtmlxSuite isItemChecked DHTMLX Docs

isItemChecked

returns the state of the item's checkbox

boolean isItemChecked(string|number id);
idstring|numberthe item's id
booleantrue, if the checkbox is checked

Example

var isChecked = myTreeView.isItemChecked(id);

See also
Back to top