Hierarchy

  • LabeledSwitchProps

Properties

isGrouped?: boolean

The state of the switch.

labelLeft?: string

The label on the left side of the switch.

labelRight?: string

The label on the right side of the switch.

setIsGrouped?: ((isGrouped) => void)

Type declaration

    • (isGrouped): void
    • The function to set the state of the switch.

      Parameters

      • isGrouped: boolean

      Returns void

Generated using TypeDoc