import React from 'react'; import styles from './Checkbox.css'; export default ({name, cStyle = 'base', onChange, label, className, info, ...attrs}) => ( );