Skip to content

Commit f863e26

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

File tree

1 file changed

+2
-2
lines changed
  • static/usage/v8/checkbox/helper-error

1 file changed

+2
-2
lines changed

static/usage/v8/checkbox/helper-error/react.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ function Example() {
3131
className={`${isValid ? 'ion-valid' : ''} ${isValid === false ? 'ion-invalid' : ''} ${
3232
isTouched ? 'ion-touched' : ''
3333
}`}
34-
helperText="This needs to be checked"
35-
errorText="This field is required"
34+
helperText="Agree to the terms before continuing"
35+
errorText="You must agree to the terms to continue"
3636
onIonChange={(event) => validateCheckbox(event)}
3737
>
3838
I agree to the terms and conditions

0 commit comments

Comments
 (0)