Javi Velasco 2016-11-27 12:34:34 +01:00
parent 8b4c9bce52
commit 049b3f6612
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ const factory = (Check) => {
}
render () {
const { checked, children, disabled, label, style, theme, ...others } = this.props;
const { checked, children, disabled, label, style, onChange, theme, ...others } = this.props; // eslint-disable-line
const className = classnames(theme.field, {
[theme.disabled]: this.props.disabled
}, this.props.className);