public sealed class FormInput : ComponentBase| FormInput | Initializes a new instance of the FormInput class |
| ChildContent | Contents of the form element. |
| Disabled | Whether the form element is disabled. |
| Id | ID of the element |
| Label | Label left of the checkbox element |
| ToolTip | Tooltip for the checkbox element |
| 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)) |