sesaparcours
    Preparing search index...
    interface DomEltCheckboxesValues {
        choices: Choice[];
        container?: HTMLElement;
        inputProps?: Partial<HTMLInputElement>;
        labelProps?: Partial<HTMLLabelElement>;
        persistent?: boolean;
        verticalBlock?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    choices: Choice[]
    container?: HTMLElement
    persistent?: boolean
    verticalBlock?: boolean