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
Try this CSS:
label { display: inline-block; }