GeoLeaf Core API - v3.0.0
    Preparing search index...

    Options of the checkbox widget.

    interface CheckboxOptions {
        multiple?: boolean;
        options?: readonly AttributeChoice[];
    }
    Index

    Properties

    Properties

    multiple?: boolean

    When true the value is a string[] of checked choices, not a boolean.

    options?: readonly AttributeChoice[]