@rpg-engine/long-bow 0.5.87 → 0.5.88

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.
@@ -13267,7 +13267,8 @@ var CheckItem = function CheckItem(_ref) {
13267
13267
  }, React__default.createElement("input", {
13268
13268
  className: "rpgui-checkbox",
13269
13269
  type: "checkbox",
13270
- checked: checked
13270
+ checked: checked,
13271
+ readOnly: true
13271
13272
  }), React__default.createElement("label", null, label), React__default.createElement("br", null));
13272
13273
  };
13273
13274