MeldUI

Checkbox

A control that allows the user to toggle between checked and unchecked states.

Usage

With Description

Checkboxes with labels, descriptions, and disabled state.

Props

PropTypeDefaultDescription
modelValueboolean-The checked state. Use with v-model.
defaultValueboolean-The default checked state.
disabledboolean-Whether the checkbox is disabled.
requiredboolean-Whether the checkbox is required.
namestring-The name attribute for form submission.
valuestring-The value attribute for form submission.