Skip to content
On this page

VAgree

The agree control that supports toggling state.

Import

js
import { VAgree } from 'vui-vc-next'

app.component(VAgree.name, VAgree)

API

Agree Props

PropsDescriptionTypeDefaultNote
v-modelcheckedBooleanfalse-
disabled-Booleanfalse-
sizesize of iconStringmdrefer to VIcon for optional values

Agree Instance Events

@change(name, checked)

Invoked when checked state is changed