@await Html.PartialAsync("~/Components/Atoms/Switch/Switch.cshtml", new SwitchProps
{
"Name": "example-switch",
"LeftLabel": "Option A",
"RightLabel": "Option B",
"LeftValue": "option-a",
"RightValue": "option-b",
"DefaultValue": "option-a",
"LeftId": "option-a-id",
"RightId": "option-b-id",
"LeftDataUmb": "",
"RightDataUmb": "",
"IsRequired": false,
"RequiredErrorMessage": ""
})