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