Last updated 1 year ago
you can use Toggle::class to build a bool input like this
Toggle::class
Toggle::make('name');
this class works with vue ViltSwitch.vue
ViltSwitch.vue
you can change the color of the toggle to fit your request like
->color('primary');