Checkbox

A checkbox is a form element that allows the user to select one or more options from a range of options.

Installation

npm install @andore-ui/checkbox

Import

import {Checkbox, CheckboxIndicator} from @andore-ui/checkbox

Usage