Good JS **Dropdown** Checkbox Node Tree?

jquery, treeview

Solution

Take a look at jsTree, particularly the checkbox demo.

Problem

I'm looking for a good dropdown node tree that has checkboxes. Similar to ASP.NET ComboBox / TreeView in ComboBox: A similar jQuery component I've found is DDCL dropdown-check-list: but it's a list and not a tree.

Original source