createLabelClassName() {
    return [styles.checkbox, styles[this.props.state]].join(' ').trim();
  }