v14.2.0

Playroom

Github

CheckboxGroup

View Source

Manage a group of checkboxes with one value and one callback.

Copy
Edit

Props

valueArray

Accepts an array of strings that match the corresponding Checkbox values that should be checked.

onChange(value: Array<string>) => null

Callback when any child Checkbox fires its onChange callback. Receives new array of values.

  • Props
PreviousCheckboxCardNextCombobox