mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
refactor(inline-checkbox): remove unnecessary aria-label
This commit is contained in:
parent
65e54f1e36
commit
4fe62acf0e
1 changed files with 0 additions and 1 deletions
|
@ -27,7 +27,6 @@
|
||||||
indeterminate="{indeterminate}"
|
indeterminate="{indeterminate}"
|
||||||
id="{id}"
|
id="{id}"
|
||||||
{...$$restProps}
|
{...$$restProps}
|
||||||
aria-label="{undefined}"
|
|
||||||
aria-checked="{indeterminate ? 'mixed' : checked}"
|
aria-checked="{indeterminate ? 'mixed' : checked}"
|
||||||
on:change
|
on:change
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue