I am initializing a tree from HTML (
- …). I am also enabling checkboxes and 3-state checkboxes. Is there any atribute on the
- tag, where I can specify that a node is selected?
Puting any character inside the atribute value (i.e value=“Y”), seems to work, but the parent node does not get checked, so the 3-state seems not to work.