Label inside toggle.
-
Is it possible to place the label inside the toggle component instead of in the outside.
-
The label is technically already inside the q-toggle but I quess you want it inside the switch part? How do you visualize this, could you give an example?
-
@dobbel this was my original implementation in plain Vue, but I wanted something that felt more native to the framework.
-
that’s not possible in the current quasar toggle.
-
@dobbel ok thanks
-
@lazaroofarrill ootb no, though you can hack it with css, something like
content
and add or replace the class depending on the v-model state.