public sealed class Switch : BlazorBootstrapComponentBase| Switch | Initializes a new instance of the Switch class |
| Disabled | Gets or sets the disabled state. |
| Label | Gets or sets the label. |
| Reverse | Determines whether to put the switch on the opposite side. |
| Value | Gets or sets the value. |
| ValueChanged | This event is fired when the switch selection changes. |
| ValueExpression | An expression that identifies the bound value. |
| Disable | Disables switch. |
| Enable | Enables switch. |
| SetParametersAsync |
Parameters are loaded manually for sake of performance; if we were to use System.Reflection magic, it would hurt performance if components were used in large numbers.
(Overrides ComponentBaseSetParametersAsync(ParameterView)) |