Open sanemat opened 9 years ago
Checkbox http://material-ui.com/#/components/switches
import { initialize } from 'redux-form'; dispatch(initialize('settings'), { email: 'foo@example.com', enableSomething: true, })); // works fine <input type={'text'} {...email} /> // does not work <input type={'checkbox'} {...enableSomething} />
redux-form v3 solves this?
redux-form
Checkbox http://material-ui.com/#/components/switches