Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 503 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 503 Bytes

Checkbox

Checkboxes provide a control to select from a list of non-exclusive options.

Read more about when and how to use the Checkbox component on the website.

Getting started

Install the package

yarn add @hig/checkbox

Import the component and CSS

import Checkbox from '@hig/checkbox';
import '@hig/checkbox/build/index.css';

Basic usage

<Checkbox label="Yes or No?" />