Checkboxes and labels the elegant way

Hello,

I’m having a hard time getting checkboxes and text inside <label> looking good, especially since I want the checkbox to be on the left of the text.

<label for="someid">This is a label
  <input type="checkbox" name="someid" id="someid">
</label>

Does anybody have any coding advice to show?

Cheers.

:slight_smile:

Not sure of this will help http://imaginekitty.com/cssExamples/formHTML.html