diff --git a/js/components/ascribe_forms/property.js b/js/components/ascribe_forms/property.js index 432591bf..5b46aa1f 100644 --- a/js/components/ascribe_forms/property.js +++ b/js/components/ascribe_forms/property.js @@ -241,6 +241,9 @@ const Property = React.createClass({ handleCheckboxToggle() { this.setExpanded(!this.state.expanded); + this.setState({ + value: this.state.initialValue + }); }, renderChildren(style) {