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.
package/dist/index.cjs CHANGED
@@ -949,7 +949,7 @@ var RadioButton = function RadioButton(props) {
949
949
  name: name,
950
950
  type: "radio",
951
951
  placeholder: placeholder,
952
- value: value,
952
+ checked: value,
953
953
  onClick: change
954
954
  }), /*#__PURE__*/React__default["default"].createElement("span", {
955
955
  "class": "checkmark"