react-checkbox-tree
react-checkbox-tree copied to clipboard
A simple and elegant checkbox tree for React.
I would like use custom icons to visualize the output from a RESTful API that has 5+ levels of nested hierarchy. I've defined to API provide an "icon" key. The...
what is the approach or algorithm if we need to store all the selected leaves ids and their parents ids recursively?
Hello, first of all, thank you for creating this library. I could not find somethin. I have treeview data like Level1 >>>> Level2 >>>> >>>> Level3 >>>> >>>> >>>> Level4...
Hi Jake, first of all, thank you for creating this library. Is there a way to extend the Node object? I'm asking because I would like to have a `path`...
A cool feature would be showing different icons for nodes' children: - Fruit (folder - - Apple icon - - Lemon Icon - - Orange icon - Veggie - -...
Tree items are rendered as "all-checked" and clicking their checkboxes doesn't change their state I found that the example sandbox works perfectly fine (on version 1.5.1) However, version **1.6.0** does...
When you disable a checkbox all its children get disabled too. Maybe this is expected but in my use case I have SOME child checkboxes that are checked and disabled...
Hi, There's a way to remove the icons placed in the tree? I just want to work with the labels on it. Thanks :)