<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..?
Hi,
I am currently investigating this behavior, I will open an issue in case it is a bug and will notify you, so that you can track the progress!
Thanks,
Stefana
https://stackblitz.com/edit/angular-qgrwgs?file=src/app/checkbox-sample-2/checkbox-sample-2.component.html
Problem1: Above Link shows one sample. In which, if you click outside the checkbox also(at some point, left side of checkbox), the Event rises. Is this bug related to IgniteUI checkbox control?..
I am not able to reproduce the described behavior. Can you send the code for the click event handler method?
Are you using the latest version of the Angular product?
Regards,