docx
    Preparing search index...

    Type Alias ICheckboxSymbolOptions

    Options for configuring a checkbox control.

    type ICheckboxSymbolOptions = {
        alias?: string;
        checked?: boolean;
        checkedState?: ICheckboxSymbolProperties;
        uncheckedState?: ICheckboxSymbolProperties;
    }
    Index

    Properties

    alias?: string

    Display name for the checkbox control

    checked?: boolean

    Whether the checkbox is initially checked

    Symbol properties for the checked state

    uncheckedState?: ICheckboxSymbolProperties

    Symbol properties for the unchecked state