{
    "componentspecificsettings": {
        "checkbox": {
            "borderColor": "#Color12(0.4)#",
            "labelFontColor": "#LabelFontColor#",
            "labelBackgroundColor": "#LabelBackgroundColor#",
            "backgroundColor": "#Transparent#",

            "_checkBoxStyle" : {"backgroundRepeat": "no-repeat"},
            "_labelStyle": {"background": "#labelBackgroundColor#", "font": "12px Medium", "color": "#labelFontColor#", "borderBottomWidth": "1px", "borderBottomStyle": "solid", "borderBottomColor": "#borderColor#"},
            "_checkboxUncheckedImage": "Btn_Switch-off.svg",
            "_checkboxCheckedImage": "Btn_Switch-on.svg",
            "_checkboxNeutralImage": "Btn_Switch-neutral.svg",
            "Phone": {
                "_labelStyle": {"background": "#backgroundColor#", "font": "11px Regular", "color": "#labelFontColor#", "textAlign":  "left", "paddingLeft": "12px", "borderBottomWidth": "1px", "borderBottomStyle": "solid", "borderBottomColor": "#borderColor#"}
            }
        }
    }
}
