Paul Tomblin
Paul Tomblin

Reputation: 182782

Tree of checkboxes

I'm looking for a "tree of checkboxes" widget for Javascript. I tried to use jquery-checktree which purports to do exactly what I want, however it has the following problems:

Can anybody recommend one that works, or fixes for this one?

Upvotes: 2

Views: 4273

Answers (4)

Gaet
Gaet

Reputation: 689

Another option is jstree which is based on jquery also.

Upvotes: 2

Paul Tomblin
Paul Tomblin

Reputation: 182782

I ended up making a few fixes to jquery-checktree and using it. Some of the changes are probably broadly applicable and I emailed them to the developer, and others are probably only useful to my project.

Upvotes: 0

Upperstage
Upperstage

Reputation: 3757

ExtJS 3.x has one. I have not used it, but it looks nice. Not sure if you're willing to add ExtJS to your stack...

Upvotes: 2

Colin Gislason
Colin Gislason

Reputation: 5589

You could try the YUI TreeView. They have an example with checkboxes. It might not be ideal for all uses, but it's pretty good.

Upvotes: 3

Related Questions