Skip to main content

ElementCreateRadioButtonGroup

Callable

  • ElementCreateRadioButtonGroup(id: string, onclick: (this: HTMLButtonElement, ev: MouseEvent | TouchEvent) => any, defaultValue: string, options: { htmlOptions?: Partial<Record<button | img | label | tooltip, Omit<HTMLOptions<any>, tag>>>; onClick?: (this: HTMLButtonElement, ev: MouseEvent | TouchEvent, key: string) => any; options?: Options }[]): HTMLFieldSetElement

  • Create a group of radio buttons


    Parameters

    • id: string
    • onclick: (this: HTMLButtonElement, ev: MouseEvent | TouchEvent) => any
      • defaultValue: string
      • options: { htmlOptions?: Partial<Record<button | img | label | tooltip, Omit<HTMLOptions<any>, tag>>>; onClick?: (this: HTMLButtonElement, ev: MouseEvent | TouchEvent, key: string) => any; options?: Options }[]

      Returns HTMLFieldSetElement