We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Checkbox in checked

Hi,

     I have an issue by using syncfusion check box,Kindly find the attached screen shot,by clicking on New Label button popup will get opened by click on check box its get enabled but if we close the popup & again if we open it check box is not get cleared,Kindly clear this and revert back.

Regards
Sunithra.C

Attachment: sample_914cc8b4.zip

1 Reply

VK Vinoth Kumar Sundara Moorthy Syncfusion Team August 23, 2019 12:43 PM UTC

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 


Loader.
Live Chat Icon For mobile
Up arrow icon