arimger/Unity-Editor-Toolbox

[Request] Draw checkbox before label instead of after

savioti opened this issue · 2 comments

Is usually annoying how the checkbox is drawn and how often it hides the field label:

image

There's an expensive serializer that can draw the checkbox before the label with the attribute [ToggleLeft] (image taken from their site):

image

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.

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.

That's very nice to know! Thanks for the great toolbox!