Skip to main content

ElementCreateRadioButtonGroup

Callable

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

  • Create a group of radio buttons


    Parameters

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

      Returns HTMLFieldSetElement