ionic v8 with angular 21
I’m trying to achieve the following structure
lable
toggle
helperText
but what I’m getting is the following, is there is any work around for this or not?
It looks like the helperText is always placed under the toggle label: ion-toggle: Custom Toggle Button for Ionic Applications
Your only option is probably creating your own custom helper text below the toggle using a <span> or a <p> or whatever.
Es que va por debajo con un
span o div como dice el Nuno
