1.1.3 • Published 2 years ago
@socialwell-design/checkbox v1.1.3
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} />