How can I force a checkbox and following text to appear on the same line? In the following HTML, I\'d only want the line to break between label and input, not between input
You can wrap the label around the input:
**a**
This worked for me.