egui
egui copied to clipboard
Label align for checkbox
I was making UI to look something like this, but I can't make it so the checkbox's label appears on the left. I tried to do a workaround where the ui.label is used and ui.checkbox has no label, but that makes it so that you are unable to click on the label to toggle the checkbox.
I found this request earlier ( https://github.com/emilk/egui/issues/436 ) but it was closed and it was suggested this person use a grid instead.
Any solutions seem like more hassle than just implementing the ability to change the label position within egui.