+ {this.props.label}
- let checkedClass = classNames({
- 'checked': idx === (isCustomProperty ? this.state.widget[parts[0]][parts[1]] : this.state.widget[this.props.controlId])
- });
+
+ Change color } >
+
+
+
- return ( this.props.handleChange({target: { id: this.props.controlId, value: idx}})} />)
- }
- )
- }
-
-