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
Adding a link inside the checkbox label should let the user open the link.
Expected Behavior
A link/click inside a label in checkbox should work correctly.
Steps to Reproduce
Add a ion.checkbox like that
<ion-checkbox
value={value}
name='name'
onIonChange={(e) => this.handleChangeCheck(e)}
label-placement="end">
<div class="ion-text-wrap">My text <a href="https://google.it"> click here</a></div>
</ion-checkbox>
If I click on the link part of the label the href don't triggers, instead only works onIonChange.
Code Reproduction URL
Ionic Info
Ionic:
Ionic CLI : 7.1.1
Utility:
cordova-res : not installed globally
native-run : not installed globally
System:
NodeJS : v18.15.0
npm : 9.5.0
OS : macOS Unknown
Additional Information
No response