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

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.
@@ -11759,7 +11759,7 @@ const buildCheckbox = (config2, componentScope2) => {
11759
11759
  check.config.style = JSON.parse(config2.style);
11760
11760
  }
11761
11761
  if (config2.isTableSelect) {
11762
- check.config.isTableSelect = config2.isTableSelect === "YES" ? true : false;
11762
+ check.config.main.isTableSelect = config2.isTableSelect === "YES" ? true : false;
11763
11763
  }
11764
11764
  return check;
11765
11765
  };