Skip to content

Checkbox

A checkbox.

Terminal window
npx @sv/components checkbox

Example



---
import { Checkbox } from "./Checkbox.jsx";
---
<Checkbox id="checkbox1">
<span>I agree to use this checkbox</span>
<p class="text-base">This is still work in progress.</p>
</Checkbox>