MandarinConLaBarba / react-tree-menu

A stateless tree menu component for React.
http://mandarinconlabarba.github.io/react-tree-menu/example/index.html
MIT License
170 stars 51 forks source link

Indeterminate Support #11

Open Gillingham opened 9 years ago

Gillingham commented 9 years ago

Would be great if parent nodes that don't have all their children checked would show up as indeterminate instead of checked.

MandarinConLaBarba commented 9 years ago

What would an indeterminate state look like?

Gillingham commented 9 years ago

It's a half check-box essentially saying that this isnt checked, but something underneath it is, https://css-tricks.com/indeterminate-checkboxes/

MandarinConLaBarba commented 9 years ago

OK cool, thanks.

markerikson commented 9 years ago

This would also be very helpful.