Switch set to checked in vue js #832
Unanswered
cezarneaga
asked this question in
Help
Replies: 1 comment 2 replies
-
The const enabled = ref(false) is the default to this |
Beta Was this translation helpful? Give feedback.
2 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.
-
new to vue so this might be silly.
if i want to call the Switch with enabled set to true how do i do it.
i have a BaseSwitch with the default code suggested.
using is as the ref says
false
i would like to be able to use or something similar to have the toggle set to true.
how would i go about that?
thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions