ps-toolkit-ui 1.9.13 → 1.9.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7822,7 +7822,8 @@
7822
7822
  };
7823
7823
  };
7824
7824
  FormToggleComponent.prototype.onChange = function () {
7825
- this.inp.value = this.inputBase.nativeElement.value;
7825
+ console.log(this.inputBase.nativeElement.value);
7826
+ this.inp.value = this.inputBase.nativeElement.value === 'on';
7826
7827
  if (this.inp.onChange) {
7827
7828
  this.inp.onChange(this.inp);
7828
7829
  }