@await Html.PartialAsync("~/Components/Atoms/Switch/Switch.cshtml", new SwitchProps
{
"Name": "switch-right",
"LeftLabel": "One-off",
"RightLabel": "Regular",
"LeftValue": "one-off",
"RightValue": "regular",
"DefaultValue": "regular",
"LeftId": "one-off-id",
"RightId": "regular-id",
"LeftDataUmb": "",
"RightDataUmb": "",
"IsRequired": false,
"RequiredErrorMessage": ""
})