I have an HTML like this for checkbox and my function
<mat-checkbox
[checked]="uncheckrx"
(change)="onClickExpandRx($event.checked)">
Rx
</mat-checkbox>
<button
class="btn btn-default"
id="cancelConfirmForDelete"
(click)="cancelConfirmDelete()"
translate>
Cancel
</button>
When clicking the button I need to make the checkbox checked. I am using angular 6