checkbox error message pushes text under the checkbox

0
the checkbox error message pushes the textbox text down, this is because the textbox text has a link in it which means it cant be done with the usual label method. Is there a elegant solution to this, or do i need to use floats to position the checkbox?
asked
3 answers
1

Hi Jason, I would prefer to use the positioning and floating of the HTML object so you can position the error message below the custom label.

answered
0

Hi Jason,
More of a workaround than a solution, but you could place another invisible attribute under the text on which you would anchor the feedback. The user would not tell the difference.

answered
0

The solution I used was to position the text above the checkbox and add "pull-left" to the checkbox and decrease the padding. Its a messy workaround for something that I think qould occure quite often with checkboxes?

 

answered