Class RadioButton

Index

Methods

build

  • build(): HTMLElement

getElement

  • getElement(): HTMLElement

getLabel

  • getLabel(): HTMLLabelElement

getRadio

  • getRadio(): HTMLInputElement

isSelected

  • isSelected(): boolean

reset

  • reset(): void

select

  • select(triggerChange?: boolean): void

Constructors

constructor

  • new RadioButton(onChange?: function, label: string, name: string, id?: string): RadioButton

Hierarchy

  • RadioButton

Implements

  • IFormWidgetWithLabel
  • IFormWidgetSelectable