hay otra forma.. con la etiqueta label de html...
http://www.htmldog.com/reference/htmltags/label/ Código HTML:
<form name="form" action"bla.php" method="post">
<input type="checkbox" name="uno" id="uno"> <label for="uno">Texto</label><br />
<input type="checkbox" name="dos" id="dos"> <label for="dos">Texto</label><br />
</form>
aunq.. no se si eso es loq deseabas saber xP...