@hixme-ui/checkbox

hixme-ui Checkbox component

Usage no npm install needed!

<script type="module">
  import hixmeUiCheckbox from 'https://cdn.skypack.dev/@hixme-ui/checkbox';
</script>

README

Checkbox

npm i --save @hixme-ui/checkbox

View it live

Usage

import Checkbox from '@hixme-ui/checkbox'

<Checkbox text='Checkbox Label' />
<Checkbox defaultChecked small text='Small checkbox with a label' />
<Checkbox defaultChecked jumbo text='Jumbo checkbox' />
<Checkbox disabled text='Disabled checkbox' />

Props

Name Type Default
defaultChecked boolean false
disabled boolean false
jumbo boolean false
small boolean false
text string N/A