Checkbox Group

Hierarchy

  • ICheckboxGroup

Properties

el: HTMLElement

The checkbox element.

Type declaration

hide: (() => void)

Type declaration

    • (): void
    • Hides the checkbox group.

      Returns void

setItems: ((value) => void)

Type declaration

    • (value): void
    • Sets the checkbox items.

      Parameters

      Returns void

setValue: ((value) => void)

Type declaration

    • (value): void
    • Sets the checkbox value.

      Parameters

      • value: string | string[]

      Returns void

show: (() => void)

Type declaration

    • (): void
    • Shows the checkbox group.

      Returns void

Generated using TypeDoc