Table of Contents

Class Checkbox

Namespace
The.Web.Widgets
Assembly
Instagile.Web.Client.dll
public class Checkbox : ComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IWidget<bool>
Inheritance
Checkbox
Implements
Inherited Members

Properties

HasChanges

If true, display a visual indication to the user.

[Parameter]
public bool HasChanges { get; set; }

Property Value

bool

IsReadOnly

[Parameter]
public bool IsReadOnly { get; set; }

Property Value

bool

IsSmall

[Parameter]
public bool IsSmall { get; set; }

Property Value

bool

Splat

[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object>? Splat { get; set; }

Property Value

Dictionary<string, object>

Validity

If set, display a visual indication to the user.

[Parameter]
public MessageLevel? Validity { get; set; }

Property Value

MessageLevel?

Value

Bindable typed value.

[Parameter]
public bool Value { get; set; }

Property Value

bool

ValueChanged

Triggered when data is entered by the user.

[Parameter]
public EventCallback<bool> ValueChanged { get; set; }

Property Value

EventCallback<bool>

Methods

BuildRenderTree(RenderTreeBuilder)

Renders the component to the supplied RenderTreeBuilder.

protected override void BuildRenderTree(RenderTreeBuilder __builder)

Parameters

__builder RenderTreeBuilder