What worked for me was to capture the click event on the td and stop the propagation
td
<td data-testId="item-checkbox" (click)="$event.stopPropagation()"> <p-tableCheckbox [value]="item" /> </td>