@iqvizyonui/react-checkbox
v9.6.5
Published
Iqvizyon UI checkbox component
Readme
@iqvizyonui/react-checkbox
Checkbox component for Iqvizyon UI React
Checkboxes give people a way to select one or more items from a group, or switch between two mutually exclusive options (checked or unchecked).
Usage
Import Checkbox:
import { Checkbox } from '@iqvizyonui/react-components';Examples
<Checkbox label="Default checkbox" />
<Checkbox disabled label="Disabled" />
<Checkbox shape="circular" label="Circular" />See Iqvizyon UI Storybook for more detailed usage examples.
Alternatively, run Storybook locally with:
yarn start- Select
react-checkboxfrom the list.
Specification
See Spec.md.
