We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adff21 commit f863e26Copy full SHA for f863e26
static/usage/v8/checkbox/helper-error/react.md
@@ -31,8 +31,8 @@ function Example() {
31
className={`${isValid ? 'ion-valid' : ''} ${isValid === false ? 'ion-invalid' : ''} ${
32
isTouched ? 'ion-touched' : ''
33
}`}
34
- helperText="This needs to be checked"
35
- errorText="This field is required"
+ helperText="Agree to the terms before continuing"
+ errorText="You must agree to the terms to continue"
36
onIonChange={(event) => validateCheckbox(event)}
37
>
38
I agree to the terms and conditions
0 commit comments