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