changeChoice: function (e) {
        actions.changeSetting(this.props.domain, this.props.id, e.target.value);
    },