import { gloss } from 'gloss' import { HTMLProps } from 'react' export const CheckBox = gloss>('input', { type: 'checkbox', margin: 'auto', })