Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
vakata committed Mar 9, 2015
1 parent f192713 commit 4fae3f5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -480,6 +480,8 @@ jsTree comes with a few plugin bundled, but they will only modify your tree if y
### checkbox
Renders a checkbox icon in front of each node, making multiselection easy. It also has a "tri-state" option, meaning a node with some of its children checked will get a "square" icon.

_Keep in mind that if any sort of cascade is enabled, disabled nodes may be checked too (not by themselves, but for example when a parent of a disabled node is checked and selection is configured to cascade down)._

```js
$("#tree").jstree({
"plugins" : ["checkbox"]

0 comments on commit 4fae3f5

Please sign in to comment.