From ad9134f72679cc80e7ef72fc5bcf2d87364a1c23 Mon Sep 17 00:00:00 2001 From: Abbas Nazar Date: Wed, 18 Dec 2024 02:03:00 +0500 Subject: [PATCH] chore: hide isSelected if parent is available GitOrigin-RevId: a6849d222e6c1845a5198b627873790f2ca7735b --- plasmicpkgs/react-aria/src/registerCheckbox.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/plasmicpkgs/react-aria/src/registerCheckbox.tsx b/plasmicpkgs/react-aria/src/registerCheckbox.tsx index af63d38348d..0481ce32ac5 100644 --- a/plasmicpkgs/react-aria/src/registerCheckbox.tsx +++ b/plasmicpkgs/react-aria/src/registerCheckbox.tsx @@ -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",