0.0.2 • Published 1 year ago

@aura-ui/checkbox v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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>