Treeview with checkbox

Hello,

I need to create a treeview with check box - like the pic:

Untitled

how can I do that?

thanks

I don’t know how either way, but pre-empting the first question: vision or perspective?

3 Likes

In vision, the treeview component allows the leaf icons to be designated for each item.

I need to create a treeview with check box in perspective. Does anybody having an idea about it?
Thank you

It is possible to add an icon property to the items in a Perspective tree:
image

Using this prop, it should be possible to use selection data and an onClick event script to switch back and forth between custom checkbox and uncheckbox icons.
image