diff --git a/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilCheckboxGroupWidgetSnapshot_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilCheckboxGroupWidgetSnapshot_spec.ts new file mode 100644 index 000000000000..2de30c91dd04 --- /dev/null +++ b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilCheckboxGroupWidgetSnapshot_spec.ts @@ -0,0 +1,28 @@ +import { ANVIL_EDITOR_TEST } from "../../../../../support/Constants"; +import { + agHelper, + anvilSnapshot, +} from "../../../../../support/Objects/ObjectsCore"; + +describe( + `${ANVIL_EDITOR_TEST}: Anvil tests for Checkbox Group Widget`, + { tags: ["@tag.Anvil"] }, + () => { + before(() => { + agHelper.AddDsl("anvilCheckboxGroupWidget"); + }); + + it("1. Canvas Mode", () => { + anvilSnapshot.triggerCheckboxGroupInvalidState(); + anvilSnapshot.verifyCanvasMode("CheckboxGroupWidget"); + }); + + it("2. Preview Mode", () => { + anvilSnapshot.verifyPreviewMode("CheckboxGroupWidget"); + }); + + it("3. Deploy Mode", () => { + anvilSnapshot.verifyDeployMode("CheckboxGroupWidget"); + }); + }, +); diff --git a/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilCheckboxWidgetSnapshot_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilCheckboxWidgetSnapshot_spec.ts new file mode 100644 index 000000000000..ea3238adcba5 --- /dev/null +++ b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilCheckboxWidgetSnapshot_spec.ts @@ -0,0 +1,27 @@ +import { ANVIL_EDITOR_TEST } from "../../../../../support/Constants"; +import { + agHelper, + anvilSnapshot, +} from "../../../../../support/Objects/ObjectsCore"; + +describe( + `${ANVIL_EDITOR_TEST}: Anvil tests for Checkbox Widget`, + { tags: ["@tag.Anvil"] }, + () => { + before(() => { + agHelper.AddDsl("anvilCheckboxWidget"); + }); + + it("1. Canvas Mode", () => { + anvilSnapshot.verifyCanvasMode("CheckboxWidget"); + }); + + it("2. Preview Mode", () => { + anvilSnapshot.verifyPreviewMode("CheckboxWidget"); + }); + + it("3. Deploy Mode", () => { + anvilSnapshot.verifyDeployMode("CheckboxWidget"); + }); + }, +); diff --git a/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilRadioGroupWidgetSnapshot_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilRadioGroupWidgetSnapshot_spec.ts new file mode 100644 index 000000000000..fbd3c89d5061 --- /dev/null +++ b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilRadioGroupWidgetSnapshot_spec.ts @@ -0,0 +1,27 @@ +import { ANVIL_EDITOR_TEST } from "../../../../../support/Constants"; +import { + agHelper, + anvilSnapshot, +} from "../../../../../support/Objects/ObjectsCore"; + +describe( + `${ANVIL_EDITOR_TEST}: Anvil tests for Radio Group Widget`, + { tags: ["@tag.Anvil"] }, + () => { + before(() => { + agHelper.AddDsl("anvilRadioGroupWidget"); + }); + + it("1. Canvas Mode", () => { + anvilSnapshot.verifyCanvasMode("RadioGroupWidget"); + }); + + it("2. Preview Mode", () => { + anvilSnapshot.verifyPreviewMode("RadioGroupWidget"); + }); + + it("3. Deploy Mode", () => { + anvilSnapshot.verifyDeployMode("RadioGroupWidget"); + }); + }, +); diff --git a/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilSwitchGroupWidgetSnapshot_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilSwitchGroupWidgetSnapshot_spec.ts new file mode 100644 index 000000000000..798a9e23390f --- /dev/null +++ b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilSwitchGroupWidgetSnapshot_spec.ts @@ -0,0 +1,27 @@ +import { ANVIL_EDITOR_TEST } from "../../../../../support/Constants"; +import { + agHelper, + anvilSnapshot, +} from "../../../../../support/Objects/ObjectsCore"; + +describe( + `${ANVIL_EDITOR_TEST}: Anvil tests for Switch Group Widget`, + { tags: ["@tag.Anvil"] }, + () => { + before(() => { + agHelper.AddDsl("anvilSwitchGroupWidget"); + }); + + it("1. Canvas Mode", () => { + anvilSnapshot.verifyCanvasMode("SwitchGroupWidget"); + }); + + it("2. Preview Mode", () => { + anvilSnapshot.verifyPreviewMode("SwitchoGroupWidget"); + }); + + it("3. Deploy Mode", () => { + anvilSnapshot.verifyDeployMode("SwitchGroupWidget"); + }); + }, +); diff --git a/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilSwitchWidgetSnapshot_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilSwitchWidgetSnapshot_spec.ts new file mode 100644 index 000000000000..54459d397c5b --- /dev/null +++ b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilSwitchWidgetSnapshot_spec.ts @@ -0,0 +1,27 @@ +import { ANVIL_EDITOR_TEST } from "../../../../../support/Constants"; +import { + agHelper, + anvilSnapshot, +} from "../../../../../support/Objects/ObjectsCore"; + +describe( + `${ANVIL_EDITOR_TEST}: Anvil tests for Switch Widget`, + { tags: ["@tag.Anvil"] }, + () => { + before(() => { + agHelper.AddDsl("anvilSwitchWidget"); + }); + + it("1. Canvas Mode", () => { + anvilSnapshot.verifyCanvasMode("SwitchWidget"); + }); + + it("2. Preview Mode", () => { + anvilSnapshot.verifyPreviewMode("SwitchWidget"); + }); + + it("3. Deploy Mode", () => { + anvilSnapshot.verifyDeployMode("SwitchWidget"); + }); + }, +); diff --git a/app/client/cypress/fixtures/anvilCheckboxGroupWidget.json b/app/client/cypress/fixtures/anvilCheckboxGroupWidget.json new file mode 100644 index 000000000000..498495e5db4c --- /dev/null +++ b/app/client/cypress/fixtures/anvilCheckboxGroupWidget.json @@ -0,0 +1,2577 @@ +{ + "dsl": { + "widgetName": "MainContainer", + "backgroundColor": "none", + "rightColumn": 4896, + "snapColumns": 64, + "detachFromLayout": true, + "widgetId": "0", + "topRow": 0, + "bottomRow": 380, + "containerStyle": "none", + "snapRows": 124, + "parentRowSpace": 1, + "type": "CANVAS_WIDGET", + "canExtend": true, + "version": 89, + "minHeight": 1292, + "layout": [ + { + "layoutId": "fltrdas9vq", + "layoutType": "ALIGNED_LAYOUT_COLUMN", + "layout": [ + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "01bn4j9hzo", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "ngtvj5dudq", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "7ebcy69pay", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "weuelcj11z", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "y94wadfgir", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "tlfsh6otej", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "28yordwvh4", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "zngy0eb2wu", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + ], + "layoutStyle": { + "border": "none", + "height": "100%", + "padding": "spacing-4", + "gap": "spacing-4" + }, + "isDropTarget": true, + "isPermanent": true, + "childTemplate": { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [], + "layoutId": "", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + } + ], + "dynamicTriggerPathList": [], + "parentColumnSpace": 1, + "dynamicBindingPathList": [], + "leftColumn": 0, + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section1", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone1", + "flexGrow": 12, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup1", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "qdy9ygm841", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup4", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "3eivsglfnk", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": true, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "x10gwfepdz", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup1Copy", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelTooltip": "Tooltip", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "u0k4ckzrtt", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup1CopyCopy", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelTooltip": "Tooltip", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green with but long label that can't fit at all and it will need a very big space to fill it and we can't afford that right now. But surely in future", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": true, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "zfnmm75br5", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup2", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "horizontal", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "lpidrr9cob", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy8", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": true, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "udbsavpc11", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Color", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy9", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": true, + "key": "pg5bxieejn", + "isRequired": true, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "b9mpxq6uxh", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy10", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": true, + "key": "pg5bxieejn", + "isRequired": true, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "z8lu5ij5e0", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Color", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup3", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[\n \"BLUE\"\n]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "tvnnhgepbk", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "rr3775j6f0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "j3c7ywweia", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "rr3775j6f0", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "01bn4j9hzo", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "gpln2w0pv6", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "qdy9ygm841", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "lpidrr9cob", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "o6cgwsxfp7", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "3eivsglfnk", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "d3g22f19dt", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "x10gwfepdz", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "u0k4ckzrtt", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "zfnmm75br5", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "udgj093scr", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "udbsavpc11", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "b9mpxq6uxh", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "z8lu5ij5e0", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "tvnnhgepbk", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "ztg9s4wumm", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "mshcgzoyaj", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "01bn4j9hzo", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 1, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "rr3775j6f0", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "hnptmyxyjw", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "rr3775j6f0": 12 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section2", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5Copy", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "xyxfdouuyp", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "5bqafbq918", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "hqirpxwlet", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "5bqafbq918", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "7ebcy69pay", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "1mghzmvbg6", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "xyxfdouuyp", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "31il5824kn", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "6t2m3q7gl5", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "ronwkiluky", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "hqirpxwlet", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "ronwkiluky", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "7ebcy69pay", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "4kc5hpj33n", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "6t2m3q7gl5", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "pgsh9fyxk9", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "12qdw3rl11", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "7ebcy69pay", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 2, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "5bqafbq918", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "ronwkiluky", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "4atw4ku9n1", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "5bqafbq918": 6, + "ronwkiluky": 6 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section3", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy1", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy1", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "5gwpcsk6yt", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "mydb6vt3t5", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "hqirpxwlet", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "mydb6vt3t5", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "y94wadfgir", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "z92fbvot1c", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "5gwpcsk6yt", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "dabipbvbx1", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy2", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy2", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "2ta9kmbdu5", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "9qhaxmx3oy", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "hqirpxwlet", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "9qhaxmx3oy", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "y94wadfgir", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "et8tlpbiqj", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "2ta9kmbdu5", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "4kqyox2uiw", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy3", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy3", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "uwh3xa8np6", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "c4frnxuh9b", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "hqirpxwlet", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "c4frnxuh9b", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "y94wadfgir", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "1p0u6qlf0n", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "uwh3xa8np6", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "s4nj4mfzty", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "12qdw3rl11", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "y94wadfgir", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 3, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "mydb6vt3t5", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "9qhaxmx3oy", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "c4frnxuh9b", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "q5izbf39dz", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "mydb6vt3t5": 4, + "9qhaxmx3oy": 4, + "c4frnxuh9b": 4 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section4", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy4", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy4", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "egywey00ye", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "856fqosdta", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "hqirpxwlet", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "856fqosdta", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "28yordwvh4", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "neuzjzitxl", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "egywey00ye", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "dqe672ueu3", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy5", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy5", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "etwdwadqqr", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "rp3tcirrjc", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "hqirpxwlet", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "rp3tcirrjc", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "28yordwvh4", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "hjj0d25vy6", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "etwdwadqqr", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "wgnzsbm4kp", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy6", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy6", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "1xx26fg0d3", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "o4hk915hmg", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "hqirpxwlet", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "o4hk915hmg", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "28yordwvh4", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "kpur8bz89y", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "1xx26fg0d3", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "6fkpqsxfkb", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy7", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "CheckboxGroup5CopyCopy7", + "displayName": "Checkbox Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "pg5bxieejn", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": "[]", + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "yjee6u04ll", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Color", + "version": 1, + "parentId": "sjldys00vh", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "hqirpxwlet", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "sjldys00vh", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "28yordwvh4", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "6ipjvsr5n2", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "yjee6u04ll", + "widgetType": "WDS_CHECKBOX_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "0vco5pd3j0", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "12qdw3rl11", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "28yordwvh4", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 4, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "856fqosdta", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "rp3tcirrjc", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "o4hk915hmg", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "sjldys00vh", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "g0v1kaychv", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "856fqosdta": 3, + "rp3tcirrjc": 3, + "o4hk915hmg": 3, + "sjldys00vh": 3 + } + } + ] + } +} \ No newline at end of file diff --git a/app/client/cypress/fixtures/anvilCheckboxWidget.json b/app/client/cypress/fixtures/anvilCheckboxWidget.json new file mode 100644 index 000000000000..bd9c7a871b35 --- /dev/null +++ b/app/client/cypress/fixtures/anvilCheckboxWidget.json @@ -0,0 +1,2771 @@ +{ + "dsl": { + "widgetName": "MainContainer", + "backgroundColor": "none", + "rightColumn": 4896, + "snapColumns": 64, + "detachFromLayout": true, + "widgetId": "0", + "topRow": 0, + "bottomRow": 380, + "containerStyle": "none", + "snapRows": 124, + "parentRowSpace": 1, + "type": "CANVAS_WIDGET", + "canExtend": true, + "version": 89, + "minHeight": 1292, + "layout": [ + { + "layoutId": "2s1pokfn1y", + "layoutType": "ALIGNED_LAYOUT_COLUMN", + "layout": [ + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "2vucu43ktq", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "g74gvx619n", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "sjal5kq1cj", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "0gr3dvqhoy", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "33zwrunz46", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "f22bwtrb9i", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "kuz7ittc1v", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "rwu198w1ab", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + ], + "layoutStyle": { + "border": "none", + "height": "100%", + "padding": "spacing-4", + "gap": "spacing-4" + }, + "isDropTarget": true, + "isPermanent": true, + "childTemplate": { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [], + "layoutId": "", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + } + ], + "dynamicTriggerPathList": [], + "parentColumnSpace": 1, + "dynamicBindingPathList": [], + "leftColumn": 0, + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section1", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone1", + "flexGrow": 12, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox1", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "quptiva9fh", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "p3wlx3wq4x", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": false, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox2", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "quptiva9fh", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "g7vqn1w22r", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox3", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "quptiva9fh", + "isRequired": true, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "u3s0qdzm8d", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": false, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox4", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "quptiva9fh", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "j5v89vtuci", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 150", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox5", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": true, + "key": "quptiva9fh", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "4qi0z8h32v", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox7", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": true, + "key": "quptiva9fh", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "vn79wcvwrr", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox6", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "quptiva9fh", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "hkaiwvt2kg", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox8", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "quptiva9fh", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "sp6fcgwdh4", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "rx4axm1k5g", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10Copy", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "jyv7t73jfk", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10Copy1", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "rw3ayn9gb6", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10Copy2", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "mrk66fr07j", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10Copy3", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "moqeqbz20d", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10Copy4", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "937nroib2l", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10Copy5", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "hqm7d98e81", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10Copy6", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "sx0qsr5v7i", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10Copy7", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "77evpc0n3o", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox10Copy8", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "m16tc46rd2", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "z8glc4xmlr", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "e5e6296sf4", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "z8glc4xmlr", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "2vucu43ktq", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "0utbmbulmh", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "g7vqn1w22r", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "p3wlx3wq4x", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "u3s0qdzm8d", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "j5v89vtuci", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "gsnkgoox6g", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "hkaiwvt2kg", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "4qi0z8h32v", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "vn79wcvwrr", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "sp6fcgwdh4", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "87l573jm27", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "rx4axm1k5g", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "f95hov5jd0", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "jyv7t73jfk", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "rw3ayn9gb6", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "npyv5wywsw", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "mrk66fr07j", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "moqeqbz20d", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "937nroib2l", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "7jl0exf8pe", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "hqm7d98e81", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "sx0qsr5v7i", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "77evpc0n3o", + "widgetType": "WDS_CHECKBOX_WIDGET" + }, + { + "alignment": "start", + "widgetId": "m16tc46rd2", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "uqht6ayq3z", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "mx9um1v1y1", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "2vucu43ktq", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 1, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "z8glc4xmlr", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "fisavjeyxk", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "z8glc4xmlr": 12 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section2", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox9", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "pwkodeoi0n", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "evezo0qu8e", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "1e09hgprnc", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "evezo0qu8e", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "sjal5kq1cj", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "id3404zco9", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "pwkodeoi0n", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "ubghu78srq", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone3", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox9Copy", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "cu4ung12z2", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "akbues56xb", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "1e09hgprnc", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "akbues56xb", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "sjal5kq1cj", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "igpgj9efgl", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "cu4ung12z2", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "4ymj4yz7o4", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone3Copy", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox9CopyCopy", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "9e8pn6tcye", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "fq2orz6qnz", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "1e09hgprnc", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "fq2orz6qnz", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "sjal5kq1cj", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "v9gu6drcmx", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "9e8pn6tcye", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "ospx93bt18", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "8bs7f9x7aq", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "sjal5kq1cj", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 3, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "evezo0qu8e", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "akbues56xb", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "fq2orz6qnz", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "rszybfwqnp", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "evezo0qu8e": 4, + "akbues56xb": 4, + "fq2orz6qnz": 4 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section3", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone3Copy1", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox9CopyCopy1", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "misnsqtf6d", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "oa00omoj6d", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "1e09hgprnc", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "oa00omoj6d", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "33zwrunz46", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "iawbubgj0r", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "misnsqtf6d", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "47teioon5i", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone3Copy2", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox9CopyCopy2", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "byllen0fvw", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "l8zt7ltn7w", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "1e09hgprnc", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "l8zt7ltn7w", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "33zwrunz46", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "x9w8b5wtys", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "byllen0fvw", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "w0bv3eyfvc", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone3Copy3", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox9CopyCopy3", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "jjqj8amego", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "wr959lwkiw", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "1e09hgprnc", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "wr959lwkiw", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "33zwrunz46", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "49hez201no", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "jjqj8amego", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "6vkyp7v7ax", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone3Copy4", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox9CopyCopy4", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "wxzltq6smt", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "io3tpqwag3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "1e09hgprnc", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "io3tpqwag3", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "33zwrunz46", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "fm7ak4yvin", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "wxzltq6smt", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "etxvsc3msb", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "8bs7f9x7aq", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "33zwrunz46", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 4, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "oa00omoj6d", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "l8zt7ltn7w", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "wr959lwkiw", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "io3tpqwag3", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "37u6h8263n", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "oa00omoj6d": 3, + "l8zt7ltn7w": 3, + "wr959lwkiw": 3, + "io3tpqwag3": 3 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section4", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone3Copy5", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox9CopyCopy5", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "c8ms1z9rbh", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "bz4iybyed8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "1e09hgprnc", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "bz4iybyed8", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "kuz7ittc1v", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "r18hu3abuc", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "c8ms1z9rbh", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "zvqt9akyuk", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone3Copy6", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Checkbox9CopyCopy6", + "displayName": "Checkbox", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_CHECKBOX_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "isDisabled": false, + "key": "gicz0cliq1", + "isRequired": false, + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "ag0kmpfbb8", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "95xthgi5vp", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "defaultCheckedState": true, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "1e09hgprnc", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "95xthgi5vp", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "kuz7ittc1v", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "gugp83wfz0", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "ag0kmpfbb8", + "widgetType": "WDS_CHECKBOX_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "e494cy7g7a", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "8bs7f9x7aq", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "kuz7ittc1v", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 2, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "bz4iybyed8", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "95xthgi5vp", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "l5b6p7i4an", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "bz4iybyed8": 6, + "95xthgi5vp": 6 + } + } + ] + }, + "layoutOnLoadActions": [], + "layoutOnLoadActionErrors": [], + "id": "667bf0319da472349cd2d5df", + "userPermissions": [] +} \ No newline at end of file diff --git a/app/client/cypress/fixtures/anvilRadioGroupWidget.json b/app/client/cypress/fixtures/anvilRadioGroupWidget.json new file mode 100644 index 000000000000..a1887f0accde --- /dev/null +++ b/app/client/cypress/fixtures/anvilRadioGroupWidget.json @@ -0,0 +1,2846 @@ +{ + "dsl": { + "widgetName": "MainContainer", + "backgroundColor": "none", + "rightColumn": 4896, + "snapColumns": 64, + "detachFromLayout": true, + "widgetId": "0", + "topRow": 0, + "bottomRow": 380, + "containerStyle": "none", + "snapRows": 124, + "parentRowSpace": 1, + "type": "CANVAS_WIDGET", + "canExtend": true, + "version": 89, + "minHeight": 1292, + "layout": [ + { + "layoutId": "w1uzh1www2", + "layoutType": "ALIGNED_LAYOUT_COLUMN", + "layout": [ + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "6cjx3vrmlr", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "bdzj4e2iay", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "djv3t3rf0r", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "xk1plonypl", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "zc3lsxvt8q", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "puaq8fuk82", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "iem3hko8nv", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "zdohqnjycx", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + ], + "layoutStyle": { + "border": "none", + "height": "100%", + "padding": "spacing-4", + "gap": "spacing-4" + }, + "isDropTarget": true, + "isPermanent": true, + "childTemplate": { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [], + "layoutId": "", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + } + ], + "dynamicTriggerPathList": [], + "parentColumnSpace": 1, + "dynamicBindingPathList": [], + "leftColumn": 0, + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section1", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone1", + "flexGrow": 12, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "guirmbwfzk", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup2", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "horizontal", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "fwecbzj257", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup3", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "hkzwucrof2", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup4", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "", + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": true, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "kq1lpmjwk4", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup4Copy", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelTooltip": "Tooltip", + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": true, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "az79jne2kz", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup4CopyCopy", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelTooltip": "Tooltip", + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium with but long label that can't fit at all and it will need a very big space to fill it and we can't afford that right now. But surely in future", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "g48m8iewfh", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup5", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "8jq2lqtnf7", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup6", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": true, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "wvj31gdsix", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup6Copy", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": true, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "ghejw9p91s", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1Copy", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "2u7l4yy3me", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "qxr21udarr", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy1", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "p9ph4mba84", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy2", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "372ampmu4f", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "0loxlhnhb7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "0loxlhnhb7", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "6cjx3vrmlr", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "kb23breox6", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "guirmbwfzk", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "fwecbzj257", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "mqgb5mwhqj", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "hkzwucrof2", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "43ljpytgz3", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "kq1lpmjwk4", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "az79jne2kz", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "g48m8iewfh", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "svh6o1nmp9", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "8jq2lqtnf7", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "wvj31gdsix", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "ghejw9p91s", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "52ggtbuue1", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "2u7l4yy3me", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "qxr21udarr", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "p9ph4mba84", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "372ampmu4f", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "vvhrapeyzw", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "76kdpy4p17", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "6cjx3vrmlr", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 1, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "0loxlhnhb7", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "o893r5a4zi", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "0loxlhnhb7": 12 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section2", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy3", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "ajmr3kyp22", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "kgte2wtlux", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "kgte2wtlux", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "djv3t3rf0r", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "pfmoono2fn", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "ajmr3kyp22", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "vjhg0me4h8", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy3Copy", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "7w0c4qxi0p", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "xiwwz6d8iq", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "xiwwz6d8iq", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "djv3t3rf0r", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "uhfha5z2xj", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "7w0c4qxi0p", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "pon2yhus38", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "76kdpy4p17", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "djv3t3rf0r", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 2, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "kgte2wtlux", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "xiwwz6d8iq", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "3cm51cep2g", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "kgte2wtlux": 6, + "xiwwz6d8iq": 6 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section3", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy1", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy3Copy1", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "w090rtsgbp", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "skzypqyco7", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "skzypqyco7", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "zc3lsxvt8q", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "wdkmh6y0gi", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "w090rtsgbp", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "fa81s3dord", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy2", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy3Copy2", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "6rqomxmdac", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "e3a7k46jus", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "e3a7k46jus", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "zc3lsxvt8q", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "eqyf7ls18b", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "6rqomxmdac", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "8fngfu6m6m", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy3", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy3Copy3", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "1q3wbaeivx", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "xdgxxt2ghi", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "xdgxxt2ghi", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "zc3lsxvt8q", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "qxqiycwjn8", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "1q3wbaeivx", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "7g5m03t1py", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "76kdpy4p17", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "zc3lsxvt8q", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 3, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "skzypqyco7", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "e3a7k46jus", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "xdgxxt2ghi", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "3sctg2izng", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "skzypqyco7": 4, + "e3a7k46jus": 4, + "xdgxxt2ghi": 4 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section4", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy4", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy3Copy4", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "n7yb63dz70", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "4yip4cahbe", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "4yip4cahbe", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "iem3hko8nv", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "7bbt041sow", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "n7yb63dz70", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "o2h2b1yeol", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy5", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy3Copy5", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "gbvjxkfa5v", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "k828j0b4dy", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "k828j0b4dy", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "iem3hko8nv", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "j4qnam6h7v", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "gbvjxkfa5v", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "aqk7130pdu", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy6", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy3Copy6", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "ex9xmhyc5o", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "34hmalhmxy", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "34hmalhmxy", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "iem3hko8nv", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "oosk4svfn4", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "ex9xmhyc5o", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "vi1a7j3e2f", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy7", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "RadioGroup1CopyCopy3Copy7", + "displayName": "Radio Group", + "searchTags": [ + "choice" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_RADIO_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "defaultOptionValue": "L", + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "options": [ + { + "label": "Small", + "value": "S" + }, + { + "label": "Medium", + "value": "M" + }, + { + "label": "Large", + "value": "L" + } + ], + "isDisabled": false, + "key": "nndjszrrjv", + "isRequired": false, + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "1l77kxp9gk", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Size", + "version": 1, + "parentId": "botuulur73", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "isInline": true, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "q4mmtpnhi7", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "botuulur73", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "iem3hko8nv", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "cyum302bia", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "1l77kxp9gk", + "widgetType": "WDS_RADIO_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "nihs6glabs", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "76kdpy4p17", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "iem3hko8nv", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 4, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "4yip4cahbe", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "k828j0b4dy", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "34hmalhmxy", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "botuulur73", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "p7eukv7487", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "4yip4cahbe": 3, + "k828j0b4dy": 3, + "34hmalhmxy": 3, + "botuulur73": 3 + } + } + ] + } +} \ No newline at end of file diff --git a/app/client/cypress/fixtures/anvilSwitchGroupWidget.json b/app/client/cypress/fixtures/anvilSwitchGroupWidget.json new file mode 100644 index 000000000000..b74665d47fcc --- /dev/null +++ b/app/client/cypress/fixtures/anvilSwitchGroupWidget.json @@ -0,0 +1,2755 @@ +{ + "dsl": { + "widgetName": "MainContainer", + "backgroundColor": "none", + "rightColumn": 4896, + "snapColumns": 64, + "detachFromLayout": true, + "widgetId": "0", + "topRow": 0, + "bottomRow": 380, + "containerStyle": "none", + "snapRows": 124, + "parentRowSpace": 1, + "type": "CANVAS_WIDGET", + "canExtend": true, + "version": 89, + "minHeight": 1292, + "layout": [ + { + "layoutId": "gizko76p39", + "layoutType": "ALIGNED_LAYOUT_COLUMN", + "layout": [ + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "bm88fraicp", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "nj7p281sir", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "uwipfpvwhg", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "ote3v12zyb", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "5s30b1w5q3", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "5j88hvzuqu", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "1uem09v4wo", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "94twpwrjmi", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + ], + "layoutStyle": { + "border": "none", + "height": "100%", + "padding": "spacing-4", + "gap": "spacing-4" + }, + "isDropTarget": true, + "isPermanent": true, + "childTemplate": { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [], + "layoutId": "", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + } + ], + "dynamicTriggerPathList": [], + "parentColumnSpace": 1, + "dynamicBindingPathList": [], + "leftColumn": 0, + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section1", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone1", + "flexGrow": 12, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup2", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "horizontal", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "xbql7evlb8", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "4omt2p2p8v", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. ", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy3", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": true, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "16cg4sbu5n", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy4", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "fk1edjig57", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy2", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": true, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "cqjxu7aqj4", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy6", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "horizontal", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "prx3k69mo1", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "b79afhlnoh", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy1", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "labelTooltip": "Tooltip", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green with but long label that can't fit at all and it will need a very big space to fill it and we can't afford that right now. But surely in future", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "r9teci78di", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy7", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "02j9yazr8j", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy8", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "tq79mki9z0", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy9", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "b9vmgtjr20", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy10", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "b0gyjxfdxi", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "452b0a5ud8", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "452b0a5ud8", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "bm88fraicp", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "ihedti272c", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "b79afhlnoh", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "8wp0xluce2", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "xbql7evlb8", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "prx3k69mo1", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "3y0hzg3fpv", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "4omt2p2p8v", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "r9teci78di", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "4b3wi0z1tq", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "fk1edjig57", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "cqjxu7aqj4", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "16cg4sbu5n", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "w6qj8dpa02", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "02j9yazr8j", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "tq79mki9z0", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "b9vmgtjr20", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + }, + { + "alignment": "start", + "widgetId": "b0gyjxfdxi", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "gpjjm679v4", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "oqabbgtddq", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "bm88fraicp", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 1, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "452b0a5ud8", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "o9yesjnujm", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "452b0a5ud8": 12 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section2", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy11", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "nk3b6k21me", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "jn70o9gwds", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "jn70o9gwds", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "uwipfpvwhg", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "6t34lulwkv", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "nk3b6k21me", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "pwxx95t0bx", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy11Copy", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "8ap3toj665", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "v7cuo41how", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "v7cuo41how", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "uwipfpvwhg", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "czkn3b40km", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "8ap3toj665", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "vimwyojdln", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "oqabbgtddq", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "uwipfpvwhg", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 2, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "jn70o9gwds", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "v7cuo41how", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "9pvjcovbue", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "jn70o9gwds": 6, + "v7cuo41how": 6 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section3", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy1", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy11Copy1", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "h1ttebwlz3", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "nxj6yp6qlj", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "nxj6yp6qlj", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "5s30b1w5q3", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "w08sacc8dp", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "h1ttebwlz3", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "8ji0ixdr2n", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy2", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy11Copy2", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "p8pvuy9z4q", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "e7chi6gzaf", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "e7chi6gzaf", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "5s30b1w5q3", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "csyey9wrls", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "p8pvuy9z4q", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "apd3l8udfr", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy3", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy11Copy3", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "z7185frwf1", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "ztgg1cwvb1", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "ztgg1cwvb1", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "5s30b1w5q3", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "ylq2vtqwi3", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "z7185frwf1", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "hwbpf1at1r", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "oqabbgtddq", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "5s30b1w5q3", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 3, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "nxj6yp6qlj", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "e7chi6gzaf", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "ztgg1cwvb1", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "uebjhac66c", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "nxj6yp6qlj": 4, + "e7chi6gzaf": 4, + "ztgg1cwvb1": 4 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section4", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy4", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy11Copy4", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "hbpoe0jl9p", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "1v1rc8sw3x", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "1v1rc8sw3x", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "1uem09v4wo", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "1c7nyhg0b0", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "hbpoe0jl9p", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "qw5n398o1m", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy5", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy11Copy5", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "283fa3u00m", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "83njl8w3ol", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "83njl8w3ol", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "1uem09v4wo", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "1c7lf3sahd", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "283fa3u00m", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "zz55b7aiy8", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy6", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy11Copy6", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "zz0cr0mprw", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "iwvly67ucg", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "iwvly67ucg", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "1uem09v4wo", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "n620hprcxi", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "zz0cr0mprw", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "iiqhh3u11s", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy7", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "SwitchGroup1Copy11Copy7", + "displayName": "Switch Group", + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_GROUP_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "options": [ + { + "label": "Blue", + "value": "BLUE" + }, + { + "label": "Green", + "value": "GREEN" + }, + { + "label": "Red", + "value": "RED" + } + ], + "isDisabled": false, + "key": "c7lx0xsd9q", + "orientation": "vertical", + "isDeprecated": false, + "rightColumn": 64, + "defaultSelectedValues": [ + "BLUE", + "RED" + ], + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "gxvs9zpjz1", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "version": 1, + "parentId": "qfjazd71el", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "oy3wdniu8v", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "qfjazd71el", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "1uem09v4wo", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "8f2scg3rbt", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "gxvs9zpjz1", + "widgetType": "WDS_SWITCH_GROUP_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "kvx6gpzc5f", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "oqabbgtddq", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "1uem09v4wo", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 4, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "1v1rc8sw3x", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "83njl8w3ol", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "iwvly67ucg", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "qfjazd71el", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "gw07tsvo9d", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "1v1rc8sw3x": 3, + "83njl8w3ol": 3, + "iwvly67ucg": 3, + "qfjazd71el": 3 + } + } + ] + } +} \ No newline at end of file diff --git a/app/client/cypress/fixtures/anvilSwitchWidget.json b/app/client/cypress/fixtures/anvilSwitchWidget.json new file mode 100644 index 000000000000..b71e4a303ac7 --- /dev/null +++ b/app/client/cypress/fixtures/anvilSwitchWidget.json @@ -0,0 +1,2783 @@ +{ + "dsl": { + "widgetName": "MainContainer", + "backgroundColor": "none", + "rightColumn": 4896, + "snapColumns": 64, + "detachFromLayout": true, + "widgetId": "0", + "topRow": 0, + "bottomRow": 380, + "containerStyle": "none", + "snapRows": 124, + "parentRowSpace": 1, + "type": "CANVAS_WIDGET", + "canExtend": true, + "version": 89, + "minHeight": 1292, + "layout": [ + { + "layoutId": "lgzn0uodm1", + "layoutType": "ALIGNED_LAYOUT_COLUMN", + "layout": [ + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "rknrktein9", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "i3tk9jwbza", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "09nss42ws7", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "9p0uz80gmu", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "tjijzml7u1", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "tx84zsz97b", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + }, + { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [ + { + "alignment": "start", + "widgetId": "autojzw60p", + "widgetType": "SECTION_WIDGET" + } + ], + "layoutId": "zqlwwgv5wo", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + ], + "layoutStyle": { + "border": "none", + "height": "100%", + "padding": "spacing-4", + "gap": "spacing-4" + }, + "isDropTarget": true, + "isPermanent": true, + "childTemplate": { + "insertChild": true, + "isDropTarget": false, + "isPermanent": false, + "layout": [], + "layoutId": "", + "layoutType": "WIDGET_ROW", + "maxChildLimit": 1 + } + } + ], + "dynamicTriggerPathList": [], + "parentColumnSpace": 1, + "dynamicBindingPathList": [], + "leftColumn": 0, + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section1", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone1", + "flexGrow": 12, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "diuo2u3sdw", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": false, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1CopyCopy", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "t3kje3ysey", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": false, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1CopyCopyCopy", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "npu5el497b", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book", + "defaultSwitchState": false, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy1", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "8eo6finlav", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy1Copy", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": true, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "rrka0cwkjp", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy1Copy1", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": true, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "8b325g99w8", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": false, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy2Copy", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "r3zw697c1q", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy2", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "dynamicTriggerPathList": [], + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "end", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "x8ifqrcrkr", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy5", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "mvrifip5m8", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy7", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "t2ysaz01fo", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy8", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "9mv6wcg6yx", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy9", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "dwh9klrqmd", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy10", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "c951m95mmv", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy11", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "0o5qjtqm6p", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy12", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "us1k85awkg", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy7Copy", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "uh3rvqeufj", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy7Copy1", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "xhntjtex7i", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + }, + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy14", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "ofvmji95kl", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "leexrfs5n3", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "leexrfs5n3", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "rknrktein9", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "aiqbw5bzk3", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "ofvmji95kl", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "fx2x0db75k", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "diuo2u3sdw", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "t3kje3ysey", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "npu5el497b", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "okut71x42t", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "8eo6finlav", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "rrka0cwkjp", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "8b325g99w8", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "od6ei2tpec", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "r3zw697c1q", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "x8ifqrcrkr", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "uw1gkvw0su", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "uh3rvqeufj", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "xhntjtex7i", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "jhlp2neavz", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "mvrifip5m8", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "t2ysaz01fo", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "9mv6wcg6yx", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + }, + { + "insertChild": true, + "layoutId": "nqmeofdub3", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "dwh9klrqmd", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "c951m95mmv", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "0o5qjtqm6p", + "widgetType": "WDS_SWITCH_WIDGET" + }, + { + "alignment": "start", + "widgetId": "us1k85awkg", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "a666k9z40f", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "rtjfnota6o", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "rknrktein9", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 1, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "leexrfs5n3", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "euowlxqn6d", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "leexrfs5n3": 12 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section2", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy13", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "nd1hd766lh", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "n19s98bol6", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "n19s98bol6", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "09nss42ws7", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "wfzzq9ugr0", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "nd1hd766lh", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "i3qnybff0r", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy", + "flexGrow": 6, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy13Copy", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "3wpbc1xq7k", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "q508nkw2jx", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "q508nkw2jx", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "09nss42ws7", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "rf9qtp222j", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "3wpbc1xq7k", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "b2wolgakkn", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "rtjfnota6o", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "09nss42ws7", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 2, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "n19s98bol6", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "q508nkw2jx", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "xv9virdoan", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "n19s98bol6": 6, + "q508nkw2jx": 6 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section3", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy1", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy13Copy1", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "wxzm34bcrj", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "4v92cbyz34", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "4v92cbyz34", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "tjijzml7u1", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "7wkq2pqa6i", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "wxzm34bcrj", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "qwk4qm41sl", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy2", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy13Copy2", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "acbzwob2vi", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "ov1k2l62f5", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "ov1k2l62f5", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "tjijzml7u1", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "6tee5g9cqa", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "acbzwob2vi", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "wwly1ey51h", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy3", + "flexGrow": 4, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy13Copy3", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "xhy4d9jo9t", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "7yo15l9bj0", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "7yo15l9bj0", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "tjijzml7u1", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "n07kw7oopx", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "xhy4d9jo9t", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "eynrcik1xh", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "rtjfnota6o", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "tjijzml7u1", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 3, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "4v92cbyz34", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "ov1k2l62f5", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "7yo15l9bj0", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "83o4qwc44v", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "4v92cbyz34": 4, + "ov1k2l62f5": 4, + "7yo15l9bj0": 4 + } + }, + { + "needsErrorInfo": false, + "boxShadow": "NONE", + "mobileBottomRow": 10, + "widgetName": "Section4", + "isCanvas": true, + "displayName": "Section", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "SECTION_WIDGET", + "hideCard": true, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "children": [ + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy4", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy13Copy4", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "hdeg2mhqw3", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "q2r1qsx1up", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "q2r1qsx1up", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "autojzw60p", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "3us9rw84gq", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "hdeg2mhqw3", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "76phew220b", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy5", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy13Copy5", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "gfiw64jvqb", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "109g5fcqtb", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "109g5fcqtb", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "autojzw60p", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "oyixl6gjoj", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "gfiw64jvqb", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "0bgnh3q2iv", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy6", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy13Copy6", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "bnakylghoo", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "ja7skxbz57", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "ja7skxbz57", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "autojzw60p", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "v4dp4gwubj", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "bnakylghoo", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "0k46l9pn8b", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + }, + { + "needsErrorInfo": false, + "boxShadow": "{{appsmith.theme.boxShadow.appBoxShadow}}", + "mobileBottomRow": 10, + "widgetName": "Zone2Copy7", + "flexGrow": 3, + "isCanvas": true, + "displayName": "Zone", + "searchTags": [ + "div", + "parent", + "group" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "ZONE_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [ + { + "key": "borderRadius" + }, + { + "key": "boxShadow" + } + ], + "children": [ + { + "needsErrorInfo": false, + "mobileBottomRow": 10, + "widgetName": "Switch1Copy13Copy7", + "displayName": "Switch", + "searchTags": [ + "boolean" + ], + "topRow": 0, + "bottomRow": 10, + "parentRowSpace": 10, + "type": "WDS_SWITCH_WIDGET", + "hideCard": false, + "mobileRightColumn": 64, + "animateLoading": true, + "parentColumnSpace": 1, + "leftColumn": 0, + "dynamicBindingPathList": [], + "labelPosition": "start", + "isDisabled": false, + "key": "p91243oe65", + "isDeprecated": false, + "rightColumn": 64, + "dynamicHeight": "AUTO_HEIGHT", + "widgetId": "kwe9ghj6mq", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-widget-selection", + "focusBGCSSVar": "--on-canvas-ui-widget-focus", + "selectionColorCSSVar": "--on-canvas-ui-widget-focus", + "focusColorCSSVar": "--on-canvas-ui-widget-selection", + "disableParentSelection": false + }, + "isVisible": true, + "label": "Label", + "defaultSwitchState": true, + "version": 1, + "parentId": "pxczuzucmh", + "tags": [ + "Toggles" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "maxDynamicHeight": 9000, + "minDynamicHeight": 4 + } + ], + "elevatedBackground": true, + "flexVerticalAlignment": "stretch", + "key": "2mmq8pdcwu", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "pxczuzucmh", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-zone-selection", + "focusBGCSSVar": "--on-canvas-ui-zone-focus", + "selectionColorCSSVar": "--on-canvas-ui-zone-focus", + "focusColorCSSVar": "--on-canvas-ui-zone-selection", + "disableParentSelection": false + }, + "isVisible": true, + "version": 1, + "parentId": "autojzw60p", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "insertChild": true, + "layoutId": "fwgm23hrm8", + "layoutType": "ALIGNED_WIDGET_ROW", + "layout": [ + { + "alignment": "start", + "widgetId": "kwe9ghj6mq", + "widgetType": "WDS_SWITCH_WIDGET" + } + ], + "allowedWidgetTypes": [ + "SMALL_WIDGETS" + ], + "maxChildLimit": 0 + } + ], + "layoutId": "eumhrzwpj7", + "layoutStyle": { + "border": "none", + "height": "100%" + }, + "layoutType": "ZONE" + } + ], + "responsiveBehavior": "fill", + "borderRadius": "{{appsmith.theme.borderRadius.appBorderRadius}}", + "mobileLeftColumn": 0 + } + ], + "elevatedBackground": false, + "key": "rtjfnota6o", + "isDeprecated": false, + "rightColumn": 64, + "detachFromLayout": false, + "widgetId": "autojzw60p", + "onCanvasUI": { + "selectionBGCSSVar": "--on-canvas-ui-section-selection", + "focusBGCSSVar": "--on-canvas-ui-section-focus", + "selectionColorCSSVar": "--on-canvas-ui-section-focus", + "focusColorCSSVar": "--on-canvas-ui-section-selection", + "disableParentSelection": true + }, + "zoneCount": 4, + "isVisible": true, + "version": 1, + "parentId": "0", + "tags": [ + "Layout" + ], + "renderMode": "CANVAS", + "isLoading": false, + "mobileTopRow": 0, + "layout": [ + { + "isContainer": true, + "isDropTarget": true, + "isPermanent": true, + "layout": [ + { + "alignment": "start", + "widgetId": "q2r1qsx1up", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "109g5fcqtb", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "ja7skxbz57", + "widgetType": "ZONE_WIDGET" + }, + { + "alignment": "start", + "widgetId": "pxczuzucmh", + "widgetType": "ZONE_WIDGET" + } + ], + "layoutId": "9ysol23e0n", + "layoutStyle": { + "border": "none" + }, + "layoutType": "SECTION", + "maxChildLimit": 4 + } + ], + "responsiveBehavior": "fill", + "mobileLeftColumn": 0, + "spaceDistributed": { + "q2r1qsx1up": 3, + "109g5fcqtb": 3, + "ja7skxbz57": 3, + "pxczuzucmh": 3 + } + } + ] + }, + "layoutOnLoadActions": [], + "layoutOnLoadActionErrors": [], + "id": "667c051c9da472349cd2d640", + "userPermissions": [] +} \ No newline at end of file diff --git a/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetCanvas.snap.png b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetCanvas.snap.png new file mode 100644 index 000000000000..f7e7f58563d8 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetCanvas.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetCanvasDark.snap.png b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetCanvasDark.snap.png new file mode 100644 index 000000000000..fcc735098e9a Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetCanvasDark.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetDeployipad-2.snap.png b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetDeployipad-2.snap.png new file mode 100644 index 000000000000..7f01c267c467 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetDeployipad-2.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetDeployiphone-6.snap.png b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetDeployiphone-6.snap.png new file mode 100644 index 000000000000..8b3f688cfbd3 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetDeployiphone-6.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetDeploymacbook-13.snap.png b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetDeploymacbook-13.snap.png new file mode 100644 index 000000000000..35300aaafc83 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetDeploymacbook-13.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetPreview.snap.png b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetPreview.snap.png new file mode 100644 index 000000000000..d87e5ca3677b Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxGroupWidgetSnapshot_spec.ts/anvilCheckboxGroupWidgetPreview.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetCanvas.snap.png b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetCanvas.snap.png new file mode 100644 index 000000000000..b913792b9ed3 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetCanvas.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetCanvasDark.snap.png b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetCanvasDark.snap.png new file mode 100644 index 000000000000..5f0782031f75 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetCanvasDark.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetDeployipad-2.snap.png b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetDeployipad-2.snap.png new file mode 100644 index 000000000000..083e35338dd8 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetDeployipad-2.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetDeployiphone-6.snap.png b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetDeployiphone-6.snap.png new file mode 100644 index 000000000000..6fc0c9e1969b Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetDeployiphone-6.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetDeploymacbook-13.snap.png b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetDeploymacbook-13.snap.png new file mode 100644 index 000000000000..8a5b121fa496 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetDeploymacbook-13.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetPreview.snap.png b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetPreview.snap.png new file mode 100644 index 000000000000..a3790d7e5a60 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilCheckboxWidgetSnapshot_spec.ts/anvilCheckboxWidgetPreview.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetCanvas.snap.png b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetCanvas.snap.png new file mode 100644 index 000000000000..5cf592f875ac Binary files /dev/null and b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetCanvas.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetCanvasDark.snap.png b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetCanvasDark.snap.png new file mode 100644 index 000000000000..07284d184c1b Binary files /dev/null and b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetCanvasDark.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetDeployipad-2.snap.png b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetDeployipad-2.snap.png new file mode 100644 index 000000000000..93c1ee4e5a10 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetDeployipad-2.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetDeployiphone-6.snap.png b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetDeployiphone-6.snap.png new file mode 100644 index 000000000000..36ba9405d714 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetDeployiphone-6.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetDeploymacbook-13.snap.png b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetDeploymacbook-13.snap.png new file mode 100644 index 000000000000..5f2914c1997b Binary files /dev/null and b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetDeploymacbook-13.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetPreview.snap.png b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetPreview.snap.png new file mode 100644 index 000000000000..9995b488f1b3 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilRadioGroupWidgetSnapshot_spec.ts/anvilRadioGroupWidgetPreview.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetCanvas.snap.png b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetCanvas.snap.png new file mode 100644 index 000000000000..ea3e339e2def Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetCanvas.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetCanvasDark.snap.png b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetCanvasDark.snap.png new file mode 100644 index 000000000000..2b398997f376 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetCanvasDark.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetDeployipad-2.snap.png b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetDeployipad-2.snap.png new file mode 100644 index 000000000000..146cb185bcb1 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetDeployipad-2.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetDeployiphone-6.snap.png b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetDeployiphone-6.snap.png new file mode 100644 index 000000000000..1c03be65652f Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetDeployiphone-6.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetDeploymacbook-13.snap.png b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetDeploymacbook-13.snap.png new file mode 100644 index 000000000000..c02ed868b805 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchGroupWidgetDeploymacbook-13.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchoGroupWidgetPreview.snap.png b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchoGroupWidgetPreview.snap.png new file mode 100644 index 000000000000..1f3a8ce5d441 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchGroupWidgetSnapshot_spec.ts/anvilSwitchoGroupWidgetPreview.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetCanvas.snap.png b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetCanvas.snap.png new file mode 100644 index 000000000000..2d3d2350af0c Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetCanvas.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetCanvasDark.snap.png b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetCanvasDark.snap.png new file mode 100644 index 000000000000..66b3e584552e Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetCanvasDark.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetDeployipad-2.snap.png b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetDeployipad-2.snap.png new file mode 100644 index 000000000000..fc2959d5ca8d Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetDeployipad-2.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetDeployiphone-6.snap.png b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetDeployiphone-6.snap.png new file mode 100644 index 000000000000..a2971814f724 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetDeployiphone-6.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetDeploymacbook-13.snap.png b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetDeploymacbook-13.snap.png new file mode 100644 index 000000000000..69fe12e1afb9 Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetDeploymacbook-13.snap.png differ diff --git a/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetPreview.snap.png b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetPreview.snap.png new file mode 100644 index 000000000000..c8365dbe09ff Binary files /dev/null and b/app/client/cypress/snapshots/AnvilSwitchWidgetSnapshot_spec.ts/anvilSwitchWidgetPreview.snap.png differ diff --git a/app/client/cypress/support/Pages/Anvil/AnvilSnapshot.ts b/app/client/cypress/support/Pages/Anvil/AnvilSnapshot.ts index 1b0de5efce69..a93feaf919f6 100644 --- a/app/client/cypress/support/Pages/Anvil/AnvilSnapshot.ts +++ b/app/client/cypress/support/Pages/Anvil/AnvilSnapshot.ts @@ -90,4 +90,20 @@ export class AnvilSnapshot { this.exitPreviewMode(); this.agHelper.GetNClick(this.locators.propertyPaneSidebar); }; + + public triggerCheckboxGroupInvalidState = () => { + this.enterPreviewMode(); + cy.get( + "[data-widget-name*='CheckboxGroup'] div:has([aria-label='(required)']) div:has(input[type=checkbox]) label", + ) + .first() + .click(); + cy.get( + "[data-widget-name*='CheckboxGroup'] div:has([aria-label='(required)']) div:has(input[type=checkbox]) label", + ) + .first() + .click(); + this.exitPreviewMode(); + this.agHelper.GetNClick(this.locators.propertyPaneSidebar); + }; } diff --git a/app/client/packages/design-system/widgets/src/components/Label/src/Label.tsx b/app/client/packages/design-system/widgets/src/components/Label/src/Label.tsx index 2b7790f2bc56..5b329503423f 100644 --- a/app/client/packages/design-system/widgets/src/components/Label/src/Label.tsx +++ b/app/client/packages/design-system/widgets/src/components/Label/src/Label.tsx @@ -19,7 +19,7 @@ export const Label = (props: LabelProps) => { elementType="label" {...rest} > - + {text} {Boolean(isRequired) && ( diff --git a/app/client/src/widgets/wds/WDSSwitchWidget/widget/index.tsx b/app/client/src/widgets/wds/WDSSwitchWidget/widget/index.tsx index 2bc3dddd7ee2..4c354f6b989a 100644 --- a/app/client/src/widgets/wds/WDSSwitchWidget/widget/index.tsx +++ b/app/client/src/widgets/wds/WDSSwitchWidget/widget/index.tsx @@ -98,6 +98,7 @@ class WDSSwitchWidget extends BaseWidget { id={this.props.widgetId} isDisabled={this.props.isDisabled} isInvalid={this.props.isValid === "invalid"} + isSelected={this.props.isSwitchedOn} key={this.props.widgetId} labelPosition={this.props.labelPosition} onChange={this.onChange}