Radiobuttons in structure field

How would I app radiobuttons to a structured field?
I didn’t find anything related to that matter in documentations.

Would I have to create a Plugin for that?

In the same way you add radio buttons outside of a structure field

fields:
  mystructure:
    label: Some structure field
    type: structure
    fields:
      myradiobutton:
        label: Radio buttons
        type: radio
        options:
          option1: Option 1
          option2: Option 2

Oh well… that was insanely stupid of me… thank you…

No reason to feel bad… :hugs: