Options
All
  • Public
  • Public/Protected
  • All
Menu

Checkbox Group

Hierarchy

  • ICheckboxGroup

Index

Properties

el

el: HTMLElement

The checkbox element.

getValue

getValue: () => ICheckboxGroupItem | Array<ICheckboxGroupItem>

Gets the values.

Type declaration

hide

hide: () => void

Hides the checkbox group.

Type declaration

    • (): void
    • Returns void

setValue

setValue: (value: string | Array<string>) => void

Sets the dropdown value.

Type declaration

    • (value: string | Array<string>): void
    • Parameters

      • value: string | Array<string>

      Returns void

show

show: () => void

Shows the checkbox group.

Type declaration

    • (): void
    • Returns void

Generated using TypeDoc