UNPKG

govuk-angular

Version:

Angular components port of govuk-frontend nunjucks macros.

10 lines (9 loc) 223 B
import { Hint } from '../hint/hint'; export interface CheckOptionItem { text: string; value: any; checked?: boolean; hint?: string | Hint; textDivider?: string; onChange?: (value: boolean) => any; }