zoul
zoul

Reputation: 104065

How can I adjust the baseline of a checkbox label?

I have a checkbox with a label. With the system font, the label is nicely aligned with the checkbox. With the font I want to use (Helvetica Neue Light), the label is too low:

problem screenshot

How can I adjust the baseline?

Upvotes: 0

Views: 86

Answers (1)

Sheen Vempeny
Sheen Vempeny

Reputation: 826

You can solve this issue in a different way.You can use 2 UI Controls 1) Check Box 2) Label Align the label based on your check box and put your check box over the label ( Increase the width of your check box and cover the label ) . So you will get user interaction over the label area also.

Upvotes: 3

Related Questions