geoview-core
    Preparing search index...

    Type Alias CheckboxListItem

    A CheckboxList item

    type CheckboxListItem = {
        contentRight: JSX.Element;
        display: string;
        value: string;
    }
    Index

    Properties

    contentRight: JSX.Element
    display: string
    value: string