0.7.2 • Published 3 years ago

@slice-and-dice/govuk-react-checkbox v0.7.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Checkbox

Import

  import Checkbox from '@govuk-react/checkbox';

Usage

Simple

<Checkbox>Text displayed next to checkbox</Checkbox>

With disabled state

<Checkbox disabled="disabled">Disabled checkbox option</Checkbox>

Checkbox preselected

<Checkbox defaultChecked>Farm or agricultural waste</Checkbox>

Checkbox preselected & disabled

<Checkbox disabled="disabled" defaultChecked>Farm or agricultural waste</Checkbox>

Checkbox with hint text

<Checkbox hint="including English, Scottish, Welsh and Northern Irish">British</Checkbox>

References:

Properties

PropRequiredDefaultTypeDescription
childrentrue | node | Text content for checkbox
classNameundefinedstringCSS Classname for outermost container
hintundefinednode