import checkItem from './CheckItem'

const Checkbox = checkItem('checkbox')
export default Checkbox
