blob: 9b36528774e1a1e84a89090c7d266d8ecb0de70f [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" name="__checkbox_foo" value="baz"/>
</td>
</tr>