Norsk Tipping Design System

ListItemCheckbox

Install

yarn add @ntds/list

Import

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

Props

PropTypeDefaultDescription
idstringUnique identifier for the list item checkbox.
checkboxPropsCheckboxInputPropsProps to pass to the CheckboxInput component.
icon?FC<IconProps> | ReactNodeAn icon to display to the left of the title.
titleReactNodeTitle of the list item
subTitle?ReactNodeSubtitle of the list item, displayed below the title.

On this page