I am struggling to get the NzSwitch with NzPopConfirm feature to work properly. A practical example would be very helpful!
`
<nz-form-item>
<nz-switch formControlName="aso"
nz-popconfirm
nzPopconfirmTitle="It is recommended that ASO be sent! Are you sure you do not want to request it?"
(nzOnConfirm)="admissaoForm.controls.aso.value == true"
(nzOnCancel)="admissaoForm.controls.aso.value == false">
</nz-switch>
</nz-form-item>
`