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