Good JS ** Dropdown ** Checkbox Node Tree?

I am looking for a nice node dropdown that has checkboxes. Like ASP.NET ComboBox / TreeView in ComboBox :

enter image description here

A similar jQuery component that I found is DDCL drop-down list-check-list :

enter image description here

but this is a list, not a tree.

+6
source share
1 answer

Take a look at jsTree , specifically checkbox .

+4
source

Source: https://habr.com/ru/post/912525/


All Articles