@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
})