extraAttributes on Form components

                        Toggle::make('is_ended')
                            ->label('Show active projects only')
                            ->default(true)
                            ->columnSpan(1)
                            ->extraAttributes([
                                'class' => 'align-self-center',
                            ])

The class exists in my theme, I ran the build command, and yet its not executet/found when the page loads 🤔
Was this page helpful?