ElementCreateRadioButtonGroup
- 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
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
Create a group of radio buttons