vira - v31.9.6
    Preparing search index...

    Type Alias ViraCheckboxInputs

    ViraCheckboxInputs: { value: boolean } & PartialWithUndefined<
        {
            attributePassthrough: Partial<
                Record<ViraCheckboxInnerElements, AttributeValues>,
            >;
            disabled: boolean;
            fillWhenChecked: boolean;
            fillWhenUnchecked: boolean;
            hasError: boolean;
            horizontal: boolean;
            label: string;
            stylePassthrough: Partial<Record<ViraCheckboxInnerElements, CSSResult>>;
        },
    >

    Inputs for ViraCheckbox.