Checkbox

May 29, 2024 ยท View on GitHub

import ToggleProps from './_toggle_props.mdx';

Checkbox

The Checkbox component provides a simple way to collect user input for a boolean value.

Checkbox Props

icon

The icon is a prop for the checkbox variant that allows you to customize the icon used for the "on" state.

<Checkbox icon="ladybug" />