I am looking for a JQuery Checkbox Treeview. Does anyone know if a good one exists?
Asked
Active
Viewed 6.8k times
4 Answers
52
The best treeview I've found for jQuery so far is Dynatree. Very comprehensive, and with great documentation.
original answer link is here.

balexandre
- 73,608
- 45
- 233
- 342

Ira Rainey
- 5,173
- 2
- 34
- 42
-
Great tree! And regular updated! http://code.google.com/p/dynatree/downloads/list – Nico Feb 03 '11 at 12:49
-
1This has been replaced with FancyTree https://github.com/mar10/fancytree – Jacob Hacker Jul 29 '16 at 19:49
10
This one seems good and up to date: http://code.google.com/p/checkboxtree/

Thanos
- 273
- 1
- 4
- 9
-
1As far as checkboxes: looks very fast and efficient. Might be on par with Dynatree, however the latter looks better overall. – Ropstah Feb 20 '11 at 12:28
3
It depends on if you need partial checking(if less than max of the child are checked, the parent is in a different state)
If you need that case, this one should be better: http://code.google.com/p/jquery-checktree/downloads/list

Simon Paquette
- 46
- 3