GithubX

Label

An accessible label associated with a control.

## installation

pnpm dlx shadcn@latest add https://ascii.cnlibs.com/r/label.json

## usage

import { Input } from "@/components/ui/input";
import { Label } from "@/components/ui/label";
<Label htmlFor="service">Service name</Label>
<Input id="service" />

## wrapping a control

Wrap a checkbox, switch or radio so the whole row toggles it.