Interface: CheckboxGroupProps
Defined in: components/CheckboxGroup/CheckboxGroup.tsx:52
Props for the CheckboxGroup component.
Extends
Omit<RACCheckboxGroupProps,"style"|"children"|"className">
Properties
children?
optionalchildren?:ReactNode
Defined in: components/CheckboxGroup/CheckboxGroup.tsx:71
Checkbox option children.
contextualHelp?
optionalcontextualHelp?:ReactNode
Defined in: components/CheckboxGroup/CheckboxGroup.tsx:62
A <ContextualHelp> element rendered beside the label (the reference
system's prop shape) — for the explanation too long for description.
description?
optionaldescription?:ReactNode
Defined in: components/CheckboxGroup/CheckboxGroup.tsx:64
Supplementary helper text linked to the group via aria-describedby.
errorMessage?
optionalerrorMessage?:ReactNode
Defined in: components/CheckboxGroup/CheckboxGroup.tsx:69
Validation message shown when the group is invalid (isInvalid /
validate). Supply caller-localized copy (i18n rule / §6).
label?
optionallabel?:ReactNode
Defined in: components/CheckboxGroup/CheckboxGroup.tsx:57
Group label displayed above the checkboxes.