UNPKG

formsy-antd

Version:

A formsy-react compatibility wrapper for antd form components.

5 lines (3 loc) 203 B
import Checkbox from 'antd/lib/checkbox'; import {formsyComponent, mappingChangeEvent} from '../util'; export default formsyComponent(mappingChangeEvent(Checkbox, ({target}) => target.checked), false);