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

Checkbox / Long Label

Checkbox with longer label text

Layout
Properties
Component Code
@await Html.PartialAsync("~/Components/Atoms/Checkbox/Checkbox.cshtml", new CheckboxProps
{
"Id": "checkbox-long",
"Alias": "",
"Name": "example",
"Value": "option5",
"Label": "This is a much longer label that demonstrates how the checkbox handles multi-line text content",
"Checked": false,
"Disabled": false,
"Required": false,
"AriaLabel": "",
"DataVal": false,
"DataValRequired": "",
"DataUmb": "",
"Title": "",
"TogglePassword": false
})
♿ Accessibility