mediacube-ui-v2 0.0.166 → 0.0.167
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/mediacube-ui-v2.js
CHANGED
|
@@ -11834,7 +11834,7 @@ const Sb = /* @__PURE__ */ _e({
|
|
|
11834
11834
|
disabled: r.disabled,
|
|
11835
11835
|
value: r.modelValue,
|
|
11836
11836
|
name: r.name,
|
|
11837
|
-
checked:
|
|
11837
|
+
checked: String(r.value) === String(r.modelValue),
|
|
11838
11838
|
tabindex: r.tabindex,
|
|
11839
11839
|
class: "mc-field-radio-button__input",
|
|
11840
11840
|
type: "radio"
|