unselectAll method

void unselectAll()

Unselects all nodes in the tree (unchecks all checkboxes).

Implementation

void unselectAll() {
  clearCheckedNodes();
}