Class TelerikCheckBox<TValue>
The class for the Telerik Checkbox component.
Inheritance
System.Object
Telerik.Blazor.Components.Common.BaseComponent
TelerikInputBase<TValue>
TelerikCheckBox<TValue>
Inherited Members
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class TelerikCheckBox<TValue> : TelerikInputBase<TValue>, IDisposable
Type Parameters
TValue
|
Constructors
TelerikCheckBox()
Declaration
public TelerikCheckBox()
Properties
Indeterminate
Defines whether the checkbox support indeterminate state. If set to true, when the Value is null, indeterminate style is applied.
Declaration
public bool Indeterminate { get; set; }
Property Value
System.Boolean
|
IndeterminateChanged
Fires when the indeterminate state has changed. Used for two-way binding.
Declaration
public EventCallback<bool> IndeterminateChanged { get; set; }
Property Value
Microsoft.AspNetCore.Components.EventCallback<System.Boolean>
|
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder
__builder
|
OnAfterRenderAsync(Boolean)
Declaration
protected override Task OnAfterRenderAsync(bool firstRender)
Parameters
System.Boolean
firstRender
|
Returns
System.Threading.Tasks.Task
|
Overrides
Telerik.Blazor.Components.Common.BaseComponent.OnAfterRenderAsync(System.Boolean)
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
System.Threading.Tasks.Task
|
SetParametersAsync(ParameterView)
Declaration
public override Task SetParametersAsync(ParameterView parameters)
Parameters
Microsoft.AspNetCore.Components.ParameterView
parameters
|
Returns
System.Threading.Tasks.Task
|
Overrides
Telerik.Blazor.Components.Common.TelerikInputBase<TValue>.SetParametersAsync(Microsoft.AspNetCore.Components.ParameterView)