ps-toolkit-ui 1.3.5 → 1.3.6

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.
@@ -3517,7 +3517,6 @@
3517
3517
  FormCheckboxComponent.prototype.ngOnInit = function () {
3518
3518
  var _this = this;
3519
3519
  console.log(this.inp.value, 'ngOnInitngOnInitngOnInit');
3520
- this.setValue(this.inp.value === true);
3521
3520
  this.inp.clear = function () {
3522
3521
  _this.inp.error = null;
3523
3522
  _this.setValue(_this.inp.default);