Skip to main content

ElementCreateRadioButtonGroup

Callable

  • ElementCreateRadioButtonGroup(id, onclick, defaultValue, options): HTMLFieldSetElement

  • Create a group of radio buttons


    Parameters

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

      Returns HTMLFieldSetElement