a11y: ajoute un aria-label à SwitchInput

pull/3115/head
Jalil Arfaoui 2024-08-26 17:05:09 +02:00
parent 90c5a47b98
commit 3d8f6406a7
1 changed files with 1 additions and 0 deletions

View File

@ -359,6 +359,7 @@ export const SwitchInput = (props: {
id={id}
key={key}
invertLabel={invertLabel}
aria-label={label}
>
{label}
</Switch>