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