@hakuna-matata-ui/checkbox
TypeScript icon, indicating that this package has built-in type declarations

1.6.2 • Public • Published

@hakuna-matata-ui/checkbox

Checkbox component is used in forms when a user needs to select multiple values from several options.

Installation

yarn add @hakuna-matata-ui/checkbox

# or

npm i @hakuna-matata-ui/checkbox

Import component

import { Checkbox } from "@hakuna-matata-ui/checkbox"

Usage

<Checkbox>This is a checkbox</Checkbox>

CheckboxGroup

CheckboxGroup is used to bind multiple checkboxes into a group, and it indicates whether one or more options are selected.

<CheckboxGroup defaultValue={["one", "two"]}>
  <Checkbox value="one">One</Checkbox>
  <Checkbox value="two">Two</Checkbox>
  <Checkbox value="three">Three</Checkbox>
</CheckboxGroup>

Resources

Package Sidebar

Install

npm i @hakuna-matata-ui/checkbox

Weekly Downloads

0

Version

1.6.2

License

MIT

Unpacked Size

99.7 kB

Total Files

25

Last publish

Collaborators

  • cryptocom