geoview-core - v2.2.0
    Preparing search index...

    Variable CheckboxListConst

    CheckboxList: (props: CheckboxListProps) => Element = CheckboxListUI

    Type Declaration

      • (props: CheckboxListProps): Element
      • CheckboxList component for multi/single select checkbox collections.

        Provides a customizable list of checkboxes with single or multi-select modes. Manages internal state of checked items and notifies parent via onChecked callback when selections change. Designed for presenting multiple selectable options with optional content on the right side of each item.

        Parameters

        • props: CheckboxListProps

          CheckboxList configuration (see CheckboxListProps interface)

        Returns Element

        CheckboxList component with selectable checkbox items

        This component is not currently used. Consider using Material-UI's FormGroup or FormControlLabel components directly for new implementations.