What I need : Getting an Element that has checked checkbox children with only selector.
Actually I can retrieve the inputs as follows
document.querySelectorAll('tr>td>input[type=checkbox]:checked')
I would like to know if there is a way to retrieve the "tr" element without having to cycle through the various input elements and retrieve the closest parent