A checkbox component
npm install @fluid-topics/ft-checkboxA check box component.
``shell`
npm install @fluid-topics/ft-checkbox
yarn add @fluid-topics/ft-checkbox
`typescript
import {html} from "lit"
import "@fluid-topics/ft-checkbox"
function render() {
return html
Check me
``
}