refactor(radio-group, angular): remove issues

This commit is contained in:
Maria Hutt
2025-11-03 20:27:35 -08:00
parent 1ec03fe6cd
commit 502437d4f9
2 changed files with 1 additions and 14 deletions

View File

@@ -152,19 +152,6 @@
</ion-item>
<!-- Test ion-radio-group with required validation -->
<ion-item>
<ion-checkbox
[(ngModel)]="checkboxValue"
name="checkboxField"
required
#checkboxField="ngModel"
id="template-checkbox-test"
helper-text="You must agree to continue"
error-text="Please accept the terms and conditions"
>
I agree to the terms and conditions
</ion-checkbox>
<ion-radio-group
[(ngModel)]="radioGroupValue"
name="radioGroupField"