Hate to hunt and click these small checkboxes/radio buttons ?
hunt no more…
$(‘.row’).labelcheck();
$(‘.row’).labelcheck({‘click’:function(){alert(‘Checkbox clicked or label clicked’)}});
$(‘tr’).labelcheck({‘label_selector’:’.label’});
testes in IE6+FF (should work everywhere, since it uses only jQuery standard controls)