I am displaying a group of choices using RadioField. When the label is long enough that it wraps, the wrapped line text is aligned with the button, not the first line of text as shown below.
o Label 1
o Label 2 with text
that wraps
o Label 3
How can I get the wrapped line of text to align with the first line of text as shown below?
o Label 1
o Label 2 with text
that wraps
o Label 3
Thanks!
Mike