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