| title | Agree |
|---|---|
| preview | https://didi.github.io/mand-mobile/examples/#/agree |
For toggling states
import { Agree } from 'mand-mobile'
Vue.component(Agree.name, Agree)| Props | Description | Type | Default |
|----|-----|------|------|------|
| v-model | checked | Boolean | false |-|
| disabled | - | Boolean | false |-|
| size | size of icon | String | md | refer to Icon for optional values |
Invoked when checked state is changed
| Props | Description | Type |
|---|---|---|
| name | unique name of radio button | Number/String |
| checked | - | Boolean |