@billogram/foundation-checkbox

A React checkbox component

Usage no npm install needed!

<script type="module">
  import billogramFoundationCheckbox from 'https://cdn.skypack.dev/@billogram/foundation-checkbox';
</script>

README

@billogram/foundation-checkbox

A React checkbox component

Install

yarn add @billogram/foundation-checkbox

Usage

import {
    FoundationCheckbox,
} from '@billogram/foundation-checkbox';

See types for exported types.

FoundationCheckbox

<FoundationCheckbox
    autoFocus={ false }
    disabled={ false }
    onChange={ noop }
    value={ false }>
    ...
</FoundationCheckbox>   

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT