Closed as not planned
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v7.x
Current Behavior
If an ion-checkbox has an onClick listener - it will fire onClick twice
Expected Behavior
Should only fire onClick once when you click the checkbox.
Steps to Reproduce
- Use an IonCheckbox with an onClick
- notice that the onClick is called twice when you click once
Code Reproduction URL
https://stackblitz.com/edit/8t9ymz?file=src%2Fmain.tsx
Ionic Info
See stackblitz repro above - not using ionic CLI
Additional Information
Maybe related - not sure: #27492