There appears to be an API and method to persist a tree’s state; however, how can the state of associated check boxes within the tree also be persisted.
Thanks…
There is no such functionality supported.
Technically you can use saveState|loadState functionality which saves full state of tree in cookie, but it will work only for small trees, because of cookie size limitation.