Skip to content

Checkbox

Checkbox

Usage

Checkboxes allow user to select many options from a limited number of choices. Use checkboxes in forms, for filtering purposes, or to let user accept certain conditions.

Import

js
import { MtCheckbox } from "@shopware-ag/meteor-component-library";

Example