3D-City Model
    Preparing search index...

    Function switchCheckbox

    • Handles show/hide checkbox changes, synchronizes layer/mesh state, and ensures exclusivity for mesh layers.

      Parameters

      • app: any

        Application instance.

      • hideIDs: object

        IDs to hide by type.

      • checkbox: HTMLInputElement

        HTML checkbox element controlling layer/feature visibility.

      • obj: any

        Layer or object being shown/hidden.

      • Optionalid: string = undefined

        Optional ID reference.

      • Optionalmesh: boolean = false

        Whether this is for a mesh layer.

      Returns void