We launched the Accounting Sample!Manage invoices, payments, expenses, and more across multiple connectors.

Installing

Install the library

npm install @apideck/components

Getting started

Import the component

import { CheckBox } from '@apideck/components'

Basic

You can use a single checkbox alone, with just a

label
. You can then use the prop
onChange
for change events.

Loading

Controlled checkbox

Loading

Props

Coming soon