Appearance
A control that allows the user to toggle between checked and not checked.
php artisan ui:add switch
<template> <Switch /> </template> <script setup lang="ts"> import { Switch } from '@/Components/Switch' </script>