From eb9026d83ca17c59893e7063e0c64b0bf1b99765 Mon Sep 17 00:00:00 2001 From: Percy Ma Date: Wed, 31 Aug 2022 12:57:28 +0800 Subject: [PATCH] perf(a11y): add aria-checked attribute to switch (#644) Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --- .../theme-default/components/VPSwitchAppearance.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/client/theme-default/components/VPSwitchAppearance.vue b/src/client/theme-default/components/VPSwitchAppearance.vue index d4742bd43f82..9f97038d96eb 100644 --- a/src/client/theme-default/components/VPSwitchAppearance.vue +++ b/src/client/theme-default/components/VPSwitchAppearance.vue @@ -1,11 +1,17 @@