import {Checkbox} from '@mantine/core';

Checkbox.displayName = 'Checkbox';
Checkbox.Group.displayName = 'Checkbox.Group';

export {Checkbox, type CheckboxFactory, type CheckboxProps} from '@mantine/core';
