Skip to content

Commit 5e0c99b

Browse files
Update static/usage/v8/checkbox/helper-error/angular/example_component_html.md
Co-authored-by: Brandy Smith <[email protected]>
1 parent f863e26 commit 5e0c99b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/usage/v8/checkbox/helper-error/angular/example_component_html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
```html
22
<form [formGroup]="myForm" (ngSubmit)="onSubmit()">
3-
<ion-checkbox formControlName="agree" helperText="This needs to be checked" errorText="This field is required">
3+
<ion-checkbox formControlName="agree" helperText="Agree to the terms before continuing" errorText="You must agree to the terms to continue">
44
I agree to the terms and conditions
55
</ion-checkbox>
66

0 commit comments

Comments
 (0)