[Request] Draw checkbox before label instead of after
savioti opened this issue · 2 comments
savioti commented
Is usually annoying how the checkbox is drawn and how often it hides the field label:
There's an expensive serializer that can draw the checkbox before the label with the attribute [ToggleLeft] (image taken from their site):
Is possible to add this to your library?
Thanks in advance, your open source project helps a lot of people like me who live in countries where an unity asset can cost half of the average people monthly income.
arimger commented
Hello, actually there is [LeftToggle] attribute and you can use it without limitations. I completely forgot to add this information in the README.md and to examples, really sorry for that.
savioti commented
That's very nice to know! Thanks for the great toolbox!