@igloo-ui/checkbox
v0.5.3
Published
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.
Downloads
121
Readme
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>;