vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

How to disable toggling checkbox? #2428

Closed sharathdaniel closed 4 years ago

sharathdaniel commented 4 years ago

This is how i have initialized the plugin. I have some items already pre selected, user should be not be able to uncheck it or check other checkboxes. $('.access-tree').jstree({ "plugins" : [ "checkbox" ] });

TBH, the API documentation is not at all beginner friendly. Can't figure out how to enable/disable an option, no example to use a method.

vakata commented 4 years ago

Take a look at the conditionalselect plugin on this page: https://www.jstree.com/plugins/ It does what you need.