CheckboxCheckbox is a user interface control that enables users to toggle between a checked and unchecked state
Install the component from your command line.
Import all parts and piece them together.
The Checkbox component offers different size options to suit various design needs. By selecting the "Medium" size, you can create a larger Checkbox that provides enhanced visibility and ease of interaction within the user interface. Additionally, the Checkbox component also supports the following size options:
npm install @raystack/apsara
import { Checkbox } from '@raystack/apsara' <Checkbox /> <Checkbox size="medium" />
- Small
- Medium
loading...