UNPKG

reliance-react-checkbox-tree

Version:

Fork of checkbox tree in React by Jake Zatecky: https://github.com/jakezatecky/react-checkbox-tree.

8 lines (6 loc) 119 B
const CheckModel = { ALL: 'all', PARENT: 'parent', LEAF: 'leaf', }; export default { CheckModel };