@26lights/orcha 0.28.2 → 0.28.4

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.
package/dist/orcha.es.js CHANGED
@@ -10087,8 +10087,14 @@ const x4 = { class: "ao-field__label" }, X4 = /* @__PURE__ */ Y({
10087
10087
  class: "ao-field__input",
10088
10088
  type: "checkbox",
10089
10089
  checked: e.modelValue,
10090
- disabled: !e.isDisabled,
10091
- "onUpdate:checked": t[0] || (t[0] = (n) => e.$emit("update:modelValue", n))
10090
+ disabled: e.isDisabled,
10091
+ onChange: t[0] || (t[0] = (n) => {
10092
+ var s;
10093
+ return e.$emit(
10094
+ "update:modelValue",
10095
+ ((s = n.target) == null ? void 0 : s.checked) ?? !1
10096
+ );
10097
+ })
10092
10098
  }, null, 40, t8)
10093
10099
  ]));
10094
10100
  }