egui icon indicating copy to clipboard operation
egui copied to clipboard

Label align for checkbox

Open zrksyd opened this issue 3 years ago • 0 comments

image 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.

zrksyd avatar Aug 16 '22 00:08 zrksyd