@socialwell-design/checkbox
v1.1.3
Published
Checkbox component from socialwell ui library
Downloads
1
Readme
This is a socialwell web design system
Installation
yarn add @socialwell-design/checkbox
or
npm i @socialwell-design/checkbox
How to use
import { Checkbox } from "@socialwell-design/checkbox";
<Checkbox onChange={() => {}} isChecked={true} />