Components / Checkbox group

Usage

A coordinated group of checkboxes using v-model as an array.

Selected: vue

CheckboxGroup API

Prop / EventTypeDefaultDescription
modelValueArray[]Array of selected values.
optionsArray[]Array of { label, value, disabled? } objects.