blob: e48755e88ed2724a42d4a92785e208f1b32da6d3 [file] [log] [blame]
<tr>
<td class="tdLabel"><label for="collection" class="label">mylabel:</label></td>
<td>
<input type="checkbox" name="collection" value="hello" id="collection-1" checked="checked"/>
<label for="collection-1" class="checkboxLabel">world</label>
<input type="checkbox" name="collection" value="foo" id="collection-2" checked="checked"/>
<label for="collection-2" class="checkboxLabel">bar</label>
<input type="checkbox" name="collection" value="cat" id="collection-3"/>
<label for="collection-3" class="checkboxLabel">dog</label>
</td>
</tr>