@bridgeline-digital/hawksearch-handlebars-ui
    Preparing search index...

    Interface CheckboxListFacetComponentModel

    interface CheckboxListFacetComponentModel {
        displayCount: boolean;
        excludeEnabled: boolean;
        expanded: boolean;
        maxHeight?: number;
        showToggle: boolean;
        strings: {
            collapse: string;
            exclude: string;
            expand: string;
            include: string;
            toggle: string;
        };
        values: CheckboxListFacetValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    displayCount: boolean
    excludeEnabled: boolean
    expanded: boolean
    maxHeight?: number
    showToggle: boolean
    strings: {
        collapse: string;
        exclude: string;
        expand: string;
        include: string;
        toggle: string;
    }