@php $fieldWrapperView = $getFieldWrapperView(); $hasInlineLabel = $hasInlineLabel(); $id = $getId(); $isDisabled = $isDisabled(); $isMultiple = $isMultiple(); $statePath = $getStatePath(); $areButtonLabelsHidden = $areButtonLabelsHidden(); $wireModelAttribute = $applyStateBindingModifiers('wire:model'); $extraInputAttributeBag = $getExtraInputAttributeBag()->class(['fi-fo-toggle-buttons-input']); @endphp
class(['fi-fo-toggle-buttons fi-btn-group']) }} > @foreach ($getOptions() as $value => $label) @php $inputId = "{$id}-{$value}"; $shouldOptionBeDisabled = $isDisabled || $isOptionDisabled($value, $label); $color = $getColor($value); $icon = $getIcon($value); @endphp {{ $label }} @endforeach