CSS: проверено - изменить <td> фон

С помощью CSS можно ли изменитьbackground-color всего<tr> основанный на том или нет<input type="checkbox"> проверено?

Example
<code><table>
 <!-- This is the row I want to change the background of... -->
 <tr>
  <td>
   <!-- ...when this is checked -->
   <input type="checkbox" name="cb1" id="cb1" />
  </td>
  <td>Something 1</td>
 </tr>
</table>
</code>

Ответы на вопрос(1)

Ваш ответ на вопрос