Samples
Forum
Support
Documentation
checkAll
checkItem
getChecked
isChecked
uncheckAll
uncheckItem
Start
API Reference
Mixins
TreeStateCheckbox
Methods
getChecked
returns ids of the checked items
array
getChecked
();
Returns
array
an array of ids
See also
api
isChecked
articles
Checkboxes in the tree
Example
tree
=
new
webix.
ui
(
{
view
:
"tree"
,
...
}
)
tree.
getChecked
(
)
;
Back to top