@aura-ui/checkbox
v0.0.2
Published
A control that allows users to toggle between checked and unchecked states.
Downloads
1
Readme
Checkbox
Aura UI Checkbox component.
Installation
npm install @aura-ui/checkbox
# or
yarn add @aura-ui/checkbox
Import Components
import { Checkbox } from '@aura-ui/checkbox';
Component
Checkbox
: A control that allows users to toggle between checked and unchecked states.
Usage
<Checkbox checked="indeterminate">Indeterminate</Checkbox>