Orientation
vertical by default; horizontal for two or three short options in a row.
Vertical
Horizontal
<gog-radio-group label="Billing" [options]="planOptions" [(value)]="plan" />
<gog-radio-group
label="Billing"
orientation="horizontal"
[options]="planOptions"
[(value)]="plan"
/>