Hi Sunithra,
Thank you for contacting Syncfusion support.
We have checked your reported requirement and it can be achieved by using the Dialog Open event as like in the below code snippet,
Code Example
public dialogOpen: EmitType<object> = () => {
if(this.checkbox != undefined)
this.checkbox.checked = false;
} |
For your convenience we have prepared a sample. Please find the sample link:
Could you please check the above sample and get back to us if you need any further assistance on this?
Regards,
Vinoth Kumar S