© 2026 Hedgehog Software, LLC
columnSpanFull
use Filament\Forms\Components\Checkbox; Checkbox::configureUsing(function (Checkbox $checkbox): void { $checkbox->columnSpanFull(); });