Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 471 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 471 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 @hig/theme-context @hig/theme-data

Import the component

import Checkbox from '@hig/checkbox';

Basic usage

<Checkbox />