impaktapps-ui-builder 1.0.81-checkBox.2 → 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 })