@plasmicpkgs/react-aria 0.0.93 → 0.0.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -938,7 +938,8 @@ function registerCheckbox(loader, overrides) {
938
938
  uncontrolledProp: "defaultSelected",
939
939
  description: "Whether the checkbox should be selected by default",
940
940
  defaultValueHint: false,
941
- defaultValue: false
941
+ defaultValue: false,
942
+ hidden: hasParent
942
943
  },
943
944
  isIndeterminate: {
944
945
  displayName: "Indeterminate",