Components
CheckboxGroup

CheckboxGroup

A group of Checkboxes includes five independent choices at most. Each option is binary and they can be listed horizontally or vertically.

Required props

label

Checkbox group label

type
React.ReactNode
default
null

Optional props

error

Whether the checkbox group is in an error state

type
boolean
default
null

description

Checkbox group description

type
React.ReactNode
default
null

errorText

Checkbox group error message

type
React.ReactNode
default
null

horizontal

Whether the checkbox group is horizontal or vertical

type
boolean
default
false

Related components