@php /** @var \IAWP\Overview\Form_Field $form_field */ @endphp
@php /** @var string $selected_value */ @endphp
@php
$selected_value = $selected_value ?? null;
$template_values = $form_field->template_values();
$has_groups = !array_key_exists(0, $template_values);
@endphp
@if($has_groups)
@else
@endif