1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Update checkbox values.

This commit is contained in:
Drew Larson 2017-01-29 15:07:52 -06:00
parent 152b268d52
commit 98dd04b129

View File

@ -155,7 +155,7 @@ class BikeForm extends React.Component {
label="Stolen"
labelPosition="left"
style={styles.checkbox}
value={stolen}
checked={stolen}
disabled
/>
</div>
@ -173,6 +173,7 @@ class BikeForm extends React.Component {
<div className="mdl-cell mdl-cell--4-col">
<div style={styles.block}>
<Checkbox
checked={this.state.bike.stripped}
name="stripped"
label="Stripped"
labelPosition="left"