ListItemCheckbox
Install
yarn add @ntds/listImport
import { ListItemCheckbox } from '@ntds/list';Props
| Prop | Type | Default | Description |
|---|---|---|---|
id | string | — | Unique identifier for the list item checkbox. |
checkboxProps | CheckboxInputProps | — | Props to pass to the CheckboxInput component. |
icon? | FC<IconProps> | ReactNode | — | An icon to display to the left of the title. |
title | ReactNode | — | Title of the list item |
subTitle? | ReactNode | — | Subtitle of the list item, displayed below the title. |