alexa
menu

Blazor Toolkit

    Show / Hide Table of Contents

    Class CheckboxState

    Internal representation of checkbox state transitions for managing visual and logical states.

    Inheritance
    System.Object
    CheckboxState
    Namespace: Syncfusion.Blazor.Toolkit
    Assembly: Syncfusion.Blazor.Toolkit.dll
    Syntax
    public sealed class CheckboxState : Enum

    Fields

    Checked

    The checkbox is in the checked state.

    Declaration
    public const CheckboxState Checked
    Field Value
    Type
    CheckboxState

    Indeterminate

    The checkbox is in the indeterminate (mixed) state.

    Declaration
    public const CheckboxState Indeterminate
    Field Value
    Type
    CheckboxState

    Unchecked

    The checkbox is in the unchecked state.

    Declaration
    public const CheckboxState Unchecked
    Field Value
    Type
    CheckboxState
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved