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 ab79011 commit 76a4eb6Copy full SHA for 76a4eb6
src/components/checkbox/Checkbox.vue
@@ -11,6 +11,8 @@
11
type="checkbox"
12
:id="`vue-checkbox-${_uid}`"
13
:checked="isChecked"
14
+ :name="name"
15
+ :disabled="disabled"
16
:value="value"
17
@change="onChange">
18
<div class="vue-checkbox__inner">
src/components/radio/Radio.vue
@@ -13,6 +13,7 @@
:id="`vue-radio-${_uid}`"
:name="name"
19
</span>
0 commit comments