You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkboxes can be hidden on a node-level by setting <code>showCheckbox: false</code> for any given node. They
71
+
can also be more broadly hidden by the passing the <code>onlyLeafCheckboxes</code> property, which will force
72
+
checkboxes to render only on leaf nodes.
73
+
</p>
74
+
<divid="hidden-checkboxes-example"></div>
75
+
76
+
<h2>Large Data Example</h2>
77
+
<p>The checkbox tree is capable of supporting a large number of nodes at once.</p>
78
+
<divid="large-data-example"></div>
79
+
80
80
<footerclass="site-footer">
81
81
<spanclass="site-footer-owner">
82
82
<ahref="https://github.com/jakezatecky/react-checkbox-tree">React Checkbox Tree</a> is maintained by <ahref="https://github.com/jakezatecky">jakezatecky</a>.
0 commit comments