Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/basicComponents/ToggleSwitch

Index

Functions

Functions

default

  • default(__namedParameters: { checked: boolean; name: string; onChange: (v: boolean) => void }): Element
  • Parameters

    • __namedParameters: { checked: boolean; name: string; onChange: (v: boolean) => void }
      • checked: boolean
      • name: string
      • onChange: (v: boolean) => void
          • (v: boolean): void
          • Parameters

            • v: boolean

            Returns void

    Returns Element

Generated using TypeDoc