Checkbox
Themed checkbox component examples.
Use this example to explore default behavior, customization points, and accessibility-friendly patterns in a real Blazor page.
Checkbox
MgCheckboxA themed checkbox component for boolean selections.
API Reference
MgCheckbox
| Property | Type | Default | Description |
|---|---|---|---|
| DisplayText | string | "" | Label text shown next to the checkbox. |
| Value / bind-Value | bool | false | Current checked state; bind for two-way updates. |
| Disabled | bool | false | When true, prevents user interaction. |