ywana-core8 0.0.870 → 0.0.871

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.
@@ -940,7 +940,7 @@ var RadioButton = function RadioButton(props) {
940
940
  name: name,
941
941
  type: "radio",
942
942
  placeholder: placeholder,
943
- value: value,
943
+ checked: value,
944
944
  onClick: change
945
945
  }), /*#__PURE__*/React.createElement("span", {
946
946
  "class": "checkmark"