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

halfCheck for a node

kinitkit opened this issue · comments

Currently, here are my use-cases:

  • When I select a Parent, the children will not be selected.
  • If I select a child, its ancestors will have a halfCheck.
  • If I select a halfCheck, it will turn into a check instead.

This is somewhat the same with #183. Thanks