diff --git a/example_project/assets/svelte/LightControllers.svelte b/example_project/assets/svelte/LightControllers.svelte
index d3b29da..667eaab 100644
--- a/example_project/assets/svelte/LightControllers.svelte
+++ b/example_project/assets/svelte/LightControllers.svelte
@@ -15,6 +15,7 @@
} relative inline-flex h-6 w-11 flex-shrink-0 cursor-pointer rounded-full border-2 border-transparent transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-brand focus:ring-offset-2`}
role="switch"
aria-checked="false"
+ aria-label="Use setting"
on:click={toggleLight}
>
Use setting
@@ -29,6 +30,7 @@