<tr>
	<td class="tdCheckboxLabel">
	    <label for="someId" class="checkboxLabel">mylabel:</label>
	</td>
    <td class="tdCheckboxInput">
		<input type="checkbox" name="foo" value="baz" checked="checked" id="someId" title="mytitle" onfocus="test();"/>
    </td>
</tr>
