extraAttributes on Form components
The class exists in my theme, I ran the build command, and yet its not executet/found when the page loads
Toggle::make('is_ended')
->label('Show active projects only')
->default(true)
->columnSpan(1)
->extraAttributes([
'class' => 'align-self-center',
])