Skip to content

Commit

Permalink
checkbox label error
Browse files Browse the repository at this point in the history
  • Loading branch information
smmr-dn committed Oct 10, 2024
1 parent 4b88788 commit ff184cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/Tree.visibility.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ export default () => {
<TreeNode
label={node.label}
onExpanded={onNodeExpanded}
checkbox={<Checkbox variant='eyeball' />}
checkbox={
<Checkbox label='' variant='eyeball' disabled={rest.isDisabled} />
}
{...rest}
/>
),
Expand Down

0 comments on commit ff184cf

Please sign in to comment.