🔄Toggle

you can use Toggle::class to build a bool input like this

Toggle::make('name');

this class works with vue ViltSwitch.vue

Custom Colors

you can change the color of the toggle to fit your request like

->color('primary');

Last updated