We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccbaa8 commit 943bed8Copy full SHA for 943bed8
src/components/option/types/option.ts
@@ -18,6 +18,7 @@ type OptionAriaAttributes = Pick<
18
| 'aria-hidden'
19
| 'aria-selected'
20
| 'aria-current'
21
+ | 'aria-checked'
22
>;
23
24
/**
0 commit comments