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

0.4.4 • Public • Published

Checkbox

Checkboxes are most commonly used to give users a way to make a range of selections (zero, one, or multiple). They may also be used as a way to have users indicate they agree to specific terms and services.

Installation

To install @igloo-ui/checkbox in your project, you will need to run the following command using npm:

npm install @igloo-ui/checkbox

If you prefer Yarn, use the following command instead:

yarn add @igloo-ui/checkbox

Usage

Then to use the component in your code just import it!

import Checkbox from '@igloo-ui/checkbox';

<Checkbox htmlFor="checkbox-id">Label</Checkbox>;

Readme

Keywords

none

Package Sidebar

Install

npm i @igloo-ui/checkbox

Weekly Downloads

245

Version

0.4.4

License

Apache-2.0

Unpacked Size

308 kB

Total Files

7

Last publish

Collaborators

  • infra.admin
  • franckgaudin