Thanks for this answer. The point that I am making is that I have been very careful to enter my mark-up exactly as you described, with no new lines in the page editor. Literally, I have entered it as one long line of characters, and my form still inserts the <br />
elements. It seems to only add them before each <input type="radio" />
element because I also have a series of three <input type="text" />
elements that do output on one line as intended. I’m wondering if there is some sort of default function that makes radio buttons and checkboxes output on separate lines instead of on one line.