public sealed class CheckboxInput<T> : InputComponentBase<T>
where T : class
| CheckboxInputT | Initializes a new instance of the CheckboxInputT class |
| Accessor | Accessor for the property |
| Disabled | Whether the checkbox is disabled or not. |
| Label | Label left of the checkbox element |
| ToolTip | Tooltip for the checkbox element |
| ValueChanged | Event callback for value changes. |
| 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 InputComponentBaseTSetParametersAsync(ParameterView)) |