blob: 6cf1f955a10b353448e5a43abe4809b78cc243a3 [file] [log] [blame]
<tr>
<td colspan="2">
<label for="someId" class="checkboxLabel">mylabel:</label>
</td>
</tr>
<tr>
<td colspan="2">
<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>