Creating a test for ToggleColumn

Tables\Columns\ToggleColumn::make('is_active')
                    ->onIcon('heroicon-o-eye')
                    ->offIcon('heroicon-o-eye-slash')
                    ->label('Visibility'),

i am wondering how to make the test for ToggleColumn
image.png
Was this page helpful?