© 2026 Hedgehog Software, LLC
->default([{"10":"Test"}])
Section::make('Attribute') ->schema( self::getAttributeData(Resort::class) ->map(fn($attributes, $group) => CheckboxList::make($group) ->statePath('attributes') ->options(fn () => $attributes) ->default(fn (Resort $record) => $record->attributes()->pluck('name', 'id')) )->toArray() ) ->columns(3)