You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the simplest approach is just to treat the text.is_empty() case differently in Checkbox::ui, so that ui.checkbox(&mut value, "") takes up minimal space.
Feel free to implement this!
Make sure you also do it for RadioButon (the code for Checkbox and RadioButton are extremely similar)
I would like to have a checkbox without label, since a label like "" also reserves a lot of (empty) space.
This reservation looks bad in my Layout.
Possible solutions:
Is this a good "first contributor" issue? If so, I can try to implement this.
The text was updated successfully, but these errors were encountered: