jakezatecky/react-checkbox-tree

how to remove checkbox?

jeevasusej opened this issue · 2 comments

How to remove check box in a tree?
How to use custom component for the nodes?

You can suppress checkboxes by adding showCheckbox: false to each individual node. For custom components, you may have to be more specific. Any label or icon you supply can be a JSX element, but there is no support for using custom components for the checkboxes or overarching node container.

Closing due to inactivity.