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

Checkbox / Checked Checkbox

A checkbox in checked state

Layout
Properties
Component Code
@await Html.PartialAsync("~/Components/Atoms/Checkbox/Checkbox.cshtml", new CheckboxProps
{
"Id": "checkbox-checked",
"Alias": "",
"Name": "example",
"Value": "option2",
"Label": "Selected option",
"Checked": true,
"Disabled": false,
"Required": false,
"AriaLabel": "",
"DataVal": false,
"DataValRequired": "",
"DataUmb": "",
"Title": "",
"TogglePassword": false
})
♿ Accessibility