Component allowing to select folders in a tree hierarchy.
Folder tree checkbox selection is quite common:
Folder tree selection event is a bit specific in its behavior though:
A which has children,
all the children are selected but the selection event will contain only the folder A id
A which has children and then unselecting one child,
the selection event will not container folder A id, but it will contain the remaining selected child ids.
Selection: {{ selection1 | json }}
Selection: {{ selection2 | json }}
/
as path.
(Required)
{{code}}