vira - v28.12.2
    Preparing search index...

    Type Alias ViraCheckboxInputs

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

    Inputs for ViraCheckbox.