Center form toggle
i know is there a way to do it but im unable to find it, dont remember how has to be done
the objective is just to center the toggle field
3 Replies
tried
->inlineLabel(true)
, but noup 🤔
you can fix it with this way
and here is the result
Note: here i'm putting the toggle in the end to make it in the same line with other inputs, if you like to center it just set
items-center
instead of items-end
thanks ✌️