import * as React from 'react'; import * as CheckboxStories from './Checkbox.stories.mdx'; import {generateChromaticStory} from '../../../chromatic/utils'; import Checkbox from './Checkbox'; // @ts-ignore TS7006 const Hovers = args => { const types = [ {name: 'unchecked'}, {name: 'checked', checked: true}, {disabled: true, name: 'disabled'}, {invalid: true, name: 'error'}, ]; return (