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);

Parameters

idstring|numberthe item's id

Returns

booleantrue, if the checkbox is checked

Example

var isChecked = myTreeView.isItemChecked(id);

See also
Back to top