Input
An interactive checkbox with a center-origin WebGL reveal. The selected state fills through ordered pixels instead of a flat color transition.
import { Checkbox } from "@/components/base/checkbox/checkbox"
export function Demo() {
return <Checkbox size="sm" palette="violet" aria-label="Select item" />
}React Aria Checkbox - Accessible checkbox state and interaction primitives.