RadioButtonElement: FormElementWithOptionsBase & {
    buttons: boolean;
    defaultValue?: string;
    type: "radio";
}

Type declaration

  • buttons: boolean
  • Optional defaultValue?: string
  • type: "radio"