I have four checkboxes. The user wants the first on its own line and the other four on the next line. The first has a long label, the others have one-word labels. I can't get the second line of four to align directly under the
label of the checkbox above. The labels themselves line up. I'll try to mimic it below, though I realize that sometimes spaces don't align well within this message box...
This is what I want:
This is the Label for the First Checkbox X
two X three X four X five X
This is what I have:
This is the Label for the First Checkbox X
two X three X four X five X
or, with label aligned left
This is the Label for the First Checkbox X
two X three X four X five X
Thanks in advance,
Alexandra