Mój problem polega na tym, że nie potrafię się dostać do elementu checkbox
Nie wiem jak kilkając na wiersz zaznaczyć tego checkboxa.
Próbowałem z czymś takim:
$('.trow').click(function(){ var current = $(this); $(current +'> .trow > .check').attr('checked', true); });
Ten this z childem nie bardzo chce działac..