<tr errorFor="foo">
    <td class="tdCheckboxErrorMessage" colspan="2"><span class="errorMessage">Some Foo Error</span></td>
</tr>
<tr errorFor="foo">
    <td class="tdCheckboxErrorMessage" colspan="2"><span class="errorMessage">Another Foo Error</span></td>
</tr>
<tr>
	<td class="tdCheckboxLabel">
	
	</td>
    <td class="tdCheckboxInput">
          <input type="checkbox" name="foo" value="baz" checked="checked" id="foo" style="color:red" title="mytitle" onclick="test();" ondblclick="test();"/>
          <input type="hidden" id="__checkbox_foo" name="__checkbox_foo" value="baz"/>
          <label for="foo" class="checkboxErrorLabel">mylabel</label>
    </td>
</tr>
