Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
How to Solve the Bug related to igxCheckbox
posted

<igx-checkbox [checked]="false" (click)="hardcopyRequired_Click(service.ItMastId)">
  Required
</igx-checkbox>

If I use above code, control is Ok, working ..

But if you change it as below(binding property from typescript),

<igx-checkbox [checked]="checkBoxValue" (click)="checkBoxStateChanged()">
Click here to edit
</igx-checkbox>

I need to double click to select/to make it true...Can any one let me know the solution for this..?

Parents Reply Children
No Data