Norsk Tipping Design System

ListItemCheckbox

Install

yarn add @ntds/list

Import

import { ListItemCheckbox } from '@ntds/list';

Props

PropTypeDefaultDescription
idstring—Unique identifier for the list item checkbox.
checkboxPropsCheckboxInputProps—Props to pass to the CheckboxInput component.
icon?FC<IconProps> | ReactNode—An icon to display to the left of the title.
titleReactNode—Title of the list item
subTitle?ReactNode—Subtitle of the list item, displayed below the title.

On this page