0.10.7 • Published 1 year ago

@govuk-react-bjss-pttg/multi-choice v0.10.7

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

MultiChoice

Import

  import MultiChoice from '@govuk-react-bjss-pttg/multi-choice';

For wrapping a set of radio buttons with a label, optional hint and optional error.

Properties

PropRequiredDefaultTypeDescription
hintundefinedstring
labeltrueReactNode
marginMargin | Margin[]
mbstring | number
meta{}{ error?: string | string[]; touched?: boolean; }
paddingPadding | Padding[]