Radio Button Group

Group several Radio Button components with an optional title. Set the name property to enable the typical single selection behavior.

'title' => false,
'name' => 'false,

Wählen sie ihr Getränk

<x-radioButtonGroup title="Wählen sie ihr Getränk" name="drink">
    <x-radioButton label="Bier" id="sample-id-1" />
    <x-radioButton label="Korn" id="sample-id-2" />
    <x-radioButton label="Eierlikör" id="sample-id-3" />
</x-radioButtonGroup>