I have added check-boxes dynamically to all the element and successfully added the functionality to select all checkboxes but not able to do the selection for the parent chi
try something along these lines:
$this.children('input[type="checkbox"]').prop('checked', true);