Update styles and types on Checkbox

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-03-12 16:11:56 +00:00
parent 269b85ef0d
commit 9d5f3baf1e
7 changed files with 36 additions and 14 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/ui': minor
---
Removed redundant `selected` and `indeterminate` props from the `Checkbox` component. Use the `isSelected` and `isIndeterminate` props instead, which are the standard React Aria props and already handle both the checkbox behaviour and the corresponding CSS data attributes.
**Affected components:** Checkbox