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 6e9fe7c commit 1be21d2Copy full SHA for 1be21d2
src/components/VueToggle.vue
@@ -8,7 +8,7 @@
8
:id="`_${name}`"
9
v-model="toggleState"
10
:aria-checked="toggleState"
11
- :aria-readonly="!toggleState"
+ :aria-readonly="disabled"
12
:disabled="disabled"
13
:name="name"
14
class="toggle"
vue-toggle-component/src/vue-toggle-component.vue
0 commit comments