@php
$hasInlineLabel = $hasInlineLabel();
$id = $getId();
$isDisabled = $isDisabled();
$isMultiple = $isMultiple();
$statePath = $getStatePath();
@endphp
$hasInlineLabel,
])
>
{{ $getLabel() }}
@foreach ($getOptions() as $value => $label)
@php
$inputId = "{$id}-{$value}";
$shouldOptionBeDisabled = $isDisabled || $isOptionDisabled($value, $label);
@endphp
class(['peer pointer-events-none absolute opacity-0']) }}
/>
{{ $label }}
@endforeach