impaktapps-ui-builder 1.0.81-checkBox.1 → 1.0.81-checkBox.3

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.
@@ -7915,7 +7915,7 @@ const buildPropertiesSection = function(type) {
7915
7915
  emptyBox$1("imageEmpty", { xs: 0, sm: 0, md: 4, lg: 6 })
7916
7916
  ];
7917
7917
  break;
7918
- case "Checkbox":
7918
+ case "CheckBox":
7919
7919
  uiSchema.elements = [
7920
7920
  getRadioInputField("isTableSelect", "Is Table Select", ["YES", "NO"]),
7921
7921
  emptyBox$1("CheckBoxEmpty1", { xs: 6, sm: 6, md: 8, lg: 9 })
@@ -8428,7 +8428,7 @@ const sectionLabels = {
8428
8428
  Date: ["Core", "Properties", "Events", "Style", "Validation"],
8429
8429
  DateTime: ["Core", "Properties", "Events", "Style", "Validation"],
8430
8430
  Image: ["Core", "Properties", "Style"],
8431
- Checkbox: ["Core", "Properties", "Events", "Style", "Validation"]
8431
+ CheckBox: ["Core", "Properties", "Events", "Style", "Validation"]
8432
8432
  };
8433
8433
  function refreshPage(type, store2) {
8434
8434
  var _a, _b;