Hey all,
I don't know why this is happening, but the labels for my checkboxes and radios are not lining up next to the toggles. There is also no options in the properties panel to adjust anything like padding or line-height. The Custom CSS panel also does nothing. How are people overcoming these issues?
FYI, I'm using the default inputs in UXPin for these.

Try messing with custom CSS. Start by adding
line-height: 1;
and see what that does. You can also go a decimal place, like 1.2.That worked!
Thank you Eric :)