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 57af446 commit bfba895Copy full SHA for bfba895
src/components/form-checkbox/README.md
@@ -130,7 +130,7 @@ properties.
130
single data state variable, you **must** provide an array reference `[]` to your `v-model`!
131
132
Note that when `v-model` is bound to multiple checkboxes (i.e an array ref), the
133
-`unchecked-value` is **not used**. Only the value(s) of the checked chcekboxes will
+`unchecked-value` is **not used**. Only the value(s) of the checked checkboxes will
134
be returned in the `v-model` bound array. You should provide unique values for each
135
checkbox's `value` prop.
136
0 commit comments