blob: 7edb0d323fa34198f39b25ffdb96436f582c5026 [file] [log] [blame]
<tr>
<td class="tdLabel"><label for="foo" class="label">mylabel:</label></td>
<td>
<input type="checkbox" name="foo" value="hello" id="foo-1" checked="checked" title="mytitle" onchange="alert('foo');"/>
<label for="foo-1" class="checkboxLabel">world</label>
<input type="checkbox" name="foo" value="foo" id="foo-2" title="mytitle" onchange="alert('foo');"/>
<label for="foo-2" class="checkboxLabel">bar</label>
</td>
</tr>