Improve checkbox

This commit is contained in:
John Lyon-Smith
2018-02-28 12:21:07 -08:00
parent 4b733e4a15
commit 6f4330adc5
5 changed files with 44 additions and 25 deletions

View File

@@ -39,7 +39,7 @@ export class Login extends React.Component {
reactAutoBind(this)
this.state = {
waitModal: false,
messageModal: { icon: 'hold', message: 'Wait there just a second', detail: 'This is just a test' },
messageModal: null,
binder: new FormBinder({}, Login.bindings)
}
}