Enabling Checkboxes on Tree

Hi!!

I’m trying to create a tree with checkboxes, but somehow I cannot do it. The tree loads, but without checkboxes…

I’m loading the tree from HTML:

  • Item1
    • item 1.1
  • item2
  • item3

What am I missing here?

Thank you!

Addition of check boxes should be before tree init. Therefore you need to write enableCheckBoxes=‘1’ in the div tag of the tree.
See my example of your code:

[code]

  • Item1
    • item 1.1
  • item2
  • item3
[/code]