Skip to content

Commit

Permalink
chore: hide isSelected if parent is available
Browse files Browse the repository at this point in the history
GitOrigin-RevId: a6849d222e6c1845a5198b627873790f2ca7735b
  • Loading branch information
abbas-nazar authored and actions-user committed Dec 18, 2024
1 parent 5adc0a7 commit ad9134f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plasmicpkgs/react-aria/src/registerCheckbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ export function registerCheckbox(
description: "Whether the checkbox should be selected by default",
defaultValueHint: false,
defaultValue: false,
hidden: hasParent,
},
isIndeterminate: {
displayName: "Indeterminate",
Expand Down

0 comments on commit ad9134f

Please sign in to comment.