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 />

Examples

Checkbox Colors

Checkbox Sizes


Checkbox Style Slots

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

On this page