Dear Web Developers,
The following mark-up is commonly used to put text adjacent to an input element such as a radio button or check box:
DO NOT DO THIS!
Instead wrap put the text next to the check box inside the label element and give the input element an ID the label element can reference. e.g.
This allows for the user to click on the text to interact with the input element as well as clicking just on the input element itself increasing usability of your sites and applications and subduing my rage.