blob: 49e093cae4466ab7f11b3c0581eb78626c68529e [file] [log] [blame]
<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();"/>
<input type="hidden" id="__checkbox_someId" name="__checkbox_foo" value="baz"/>
</td>
</tr>