react-checkbox-tree icon indicating copy to clipboard operation
react-checkbox-tree copied to clipboard

A simple and elegant checkbox tree for React.

Results 146 react-checkbox-tree issues
Sort by recently updated
recently updated
newest added

Hello everybody, it is not a problem, but a question. Is there a method where the tree expands only partial nodes? Thank you

question

**Describe the bug** The root checkbox won't be fully checked if it is in [checked] list . **Reproduction steps** If i were to put 'mars' in `checked` list, instead of...

Hello, Im facing an annoying issue here :'( , I want to make children disabled, but follow the parent node state at the same time, but Im finding myself unable...

enhancement

**Describe the bug** The component works fine when I run it alone, but when I run it in a production environment it does not execute the onCheck function. **Reproduction steps**...

My nodes contain a count value that I would like to be able to access in the nodeinfo object of onCheck. is it possible to retrieve the full node in...

enhancement
question

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@​juergba) #4848: Drop Internet-Explorer-11 support (@​juergba)...

dependencies

Hi thankyou for the awesome library. I have a problem that i can't solve. for some reason, i need to get the value of a half checked parents. is there...

enhancement

**Describe the bug** Please include a clear and concise description of what the bug is. With an implementation similar to: https://github.com/jakezatecky/react-checkbox-tree/blob/master/examples/src/js/FilterExample.js Select a bunch of nodes, and then search and...

bug

Please include a clear and concise description of the feature or enhancement you would like to have added to the project. Hi, I'm going to use this tree view component...

Heya, There is any way that can happen? I have this example tree ``` - [ ] Node1 ( value: node1 ) -- [ ] Node2 ( value: node2 )...