Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

Switch / Donation Type Switch

Switch for selecting donation type (one-off vs regular)

Layout
Properties
Component Code
@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": ""
})
♿ Accessibility