jakezatecky / react-checkbox-tree

A simple and elegant checkbox tree for React.

Home Page:https://jakezatecky.github.io/react-checkbox-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get value from half checked parent

kyrie730 opened this issue · comments

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 any way i can get those value??
if not, I think this would be a great feature to add.

The component does not provide information on half-check status at the moment. It calculates the status on render and does not relay it back to any container components.

Please add this feature to get values of half checked parents.