<table>
<tr>
<td><input type="checkbox"></td><td>aa</td><td>ss</td>
</tr>
<tr>
<td><input type="checkbox"></td><td>aa</td><td>ss</td>
</tr>
<tr>
<td><input type="checkbox"></td><td>aa</td><td>ss</td>
</tr>
</table>
LIVE: http://jsfiddle.net/6U5WH/
How is the best method for check and uncheck checkbox if i click on TR with current checkbox? Is possible with only HTML (label ?)? If not I would like use jQuery.
Updated fiddle: http://jsfiddle.net/6U5WH/1/