Better documentation of :input-value? #17343
Unanswered
jason44107
asked this question in
General
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could documentation be added to say that
:input-value
can be used for one-way binding of the checked state of av-checkbox
, please? I'm using Vuex, and the checked state is part of the store, so checking or unchecking the box is a mutation; hence, I want to use:input-value
and a@change
listener rather than usingv-model
for two-way binding. I hope that mention of:input-value
can be added to the checkboxes API page and the v-checkbox page Thank you.Beta Was this translation helpful? Give feedback.
All reactions