import * as React from 'react'; import { Checkbox } from '../checkbox/Checkbox'; export type CheckboxGroupItemValue = React.ComponentProps['value'];