BptCheckBox
API reference for BptCheckBox — parameters, event callbacks, and related configuration.
BptCheckBox
Open demo →Parameters
| Name | Type | Flags | Description |
|---|---|---|---|
Enabled | bool | — | |
Value | bool | — | |
Label | string | — | |
LabelPlacement | BptLabelPlacement | — | |
Size | BptComponentSize | — | |
Color | string | Nullable | — |
Disabled | bool | — | |
Indeterminate | bool | — | |
CssClass | string | — |
Event callbacks
| Name | Type | Flags | Description |
|---|---|---|---|
ValueChanged | EventCallback<bool> | — | |
OnClick | EventCallback<bool> | — |