This is the latest docs update, but there are missing components and blocks. If you wish to see the complete version, you can check it out at old docs.

Components

A control for selecting one or multiple options.

Installation

NPM packages are currently unstable and may cause issues. Use it at your own risk.
npm install @mijn-ui/react-checkbox

Usage

import { Checkbox } from "@mijn-ui/react-checkbox"
<Checkbox />

Checkbox Style Slots

Slot NameTargeted ComponentPurpose
baseCheckboxStyles the root checkbox component.
indicatorCheckboxStyles the checkbox indicator.
iconCheckboxStyles the icon inside the checkbox.

On this page