Agree

For toggling states

Import

import { Agree } from  'mand-mobile-next'

Vue.createApp().component(Agree.name, Agree)

Code Examples

API

Agree Props
PropsDescriptionTypeDefaultNote
v-modelcheckedBooleanfalse-
disabled-Booleanfalse-
sizesize of iconStringmdrefer to Icon for optional values

Agree Instance Events

@change(name, checked)

Invoked when checked state is changed

PropsDescriptionType
nameunique name of radio buttonNumber/String
checked-Boolean