UNPKG

@rocketsofawesome/mirage

Version:

[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)

31 lines (27 loc) 357 B
```js <Checkbox input={{ checked: true }}> Example Checkbox Checked </Checkbox> ``` ```js <Checkbox> Example Checkbox Unchecked </Checkbox> ``` ```js <Checkbox width='1.5rem'> Resized Example Checkbox </Checkbox> ``` ```js <Checkbox width='1.5rem' input={{ checked: true }}> Resized Example Checkbox </Checkbox> ```