Checkbox constructor interface

Hierarchy

  • MEUICheckBoxConstructor

Constructors

Constructors

  • Creates a new checkbox

    Parameters

    • label: string

      The label of the checkbox.

    • value: boolean

      The current value of the checkbox.

    • Optional change: ((checkbox) => void)

      Change event when the checkbox value is changed.

        • (checkbox): void
        • Parameters

          Returns void

    Returns MEUICheckBox

    A new checkbox.

Generated using TypeDoc