diff --git a/packages/ui/src/components/checkbox/checkbox.stories.svelte b/packages/ui/src/components/checkbox/checkbox.stories.svelte index 84089791f..c5a8df143 100644 --- a/packages/ui/src/components/checkbox/checkbox.stories.svelte +++ b/packages/ui/src/components/checkbox/checkbox.stories.svelte @@ -19,6 +19,11 @@ onClick: { action: 'onClick', }, + 'aria-label': { + control: 'text', + description: + 'attribute defines a string value that labels an interactive element', + }, }, } satisfies Meta @@ -34,13 +39,39 @@ - + - + - + - + -
+