checked="checked" 特性に基づいて、このラジオ ボタンの IMG に CSS スタイルを追加するにはどうすればよいですか?
<div id="edit-attributes-24-42-wrapper" class="form-item">
<label for="edit-attributes-24-42" class="option">
<input type="radio" class="form-radio" checked="checked" value="42" name="attributes[24]" id="edit-attributes-24-42">
<img class="radio_image" src="/sites/default/files/imagecache/radio_thumb/days-3.png">
<div class="radio_image_text">
Radio Button text, hidden by display:none in CSS
</div>
</label>
</div>
<img class="radio_image" src="/sites/default/files/imagecache/radio_thumb/days-3.png">
理想的には、コードの一部に「選択された」スタイル クラスを追加したいと思います。