Closed RezaODB closed 1 week ago
<flux:radio.group :variant="count($question->options) < 5 ? 'segmented' : ''" :label="$question->label" > @foreach ($question->options as $key => $option) <flux:radio :value="$option" wire:key="{{ $key }}" :label="$option" /> @endforeach </flux:radio.group>
Am I doing something wrong?
Am I doing something wrong?