Basic, checked & disabled
Label, description and disabled states.
<div class="grid w-full max-w-md justify-center gap-4">
<x-components.checkbox label="Email notifications" description="Get notified when something happens." checked />
<x-components.checkbox label="SMS notifications" description="Standard rates may apply." />
<x-components.checkbox label="Disabled option" disabled />
</div>