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 46d2062 commit 28a6ef8Copy full SHA for 28a6ef8
static/usage/v8/checkbox/helper-error/angular/example_component_html.md
@@ -1,6 +1,6 @@
1
```html
2
<form [formGroup]="myForm" (ngSubmit)="onSubmit()">
3
- <ion-checkbox formControlName="agree" helper-text="This needs to be checked" error-text="This field is required">
+ <ion-checkbox formControlName="agree" helperText="This needs to be checked" errorText="This field is required">
4
I agree to the terms and conditions
5
</ion-checkbox>
6
static/usage/v8/checkbox/helper-error/vue.md
<template>
- <form id="my-form" @submit.prevent="submit">
+ <form @submit.prevent="submit">
<ion-checkbox
v-model="agree"
helper-text="This needs to be checked"
0 commit comments