set disabled(value: boolean) {
    this._disabled = value;

    if (this.control) {
      this.setDisabledState(this._disabled);