Examples
For examples and details on the usage of this component, visit the component demo page: CheckboxGroup
Properties
Parameter | Type | Description | Default |
---|---|---|---|
ChildContent | RenderFragment |
Gets or sets content to be rendered inside the checkbox group. | - |
Label | string |
Gets or sets the label for the checkbox group. | - |
Description | string |
Gets or sets the description for the checkbox group. | - |
Disabled | bool |
Gets or sets a value indicating whether the checkbox group is disabled. | false |
ReadOnly | bool |
Gets or sets a value indicating whether the checkbox group is read-only. | false |
Color | ThemeColor |
Gets or sets a color of the checkbox group. | Primary |
Radius | Radius |
Gets or sets the border radius of the checkbox group. | Medium |
Size | Size |
Gets or sets the size of the checkbox group. | Medium |
Classes | CheckboxGroupSlots |
Gets or sets the CSS class names for the checkbox group slots. | - |
CheckboxClasses | CheckboxSlots |
Gets or sets the CSS class names for the checkboxes slots. | - |
As | string |
Gets or sets an HTML tag of the component. | - |
Class | string |
Gets or sets CSS class names that will be applied to the component. | - |
Style | string |
Gets or sets styles that will be applied to the component. | - |
AdditionalAttributes | IReadOnlyDictionary<string, object> |
Gets or sets a collection of additional attributes that will be applied to the component. | - |
ElementReference | ElementReference? |
Gets or sets the associated . May be if accessed before the component is rendered. | - |