A permissions checkbox group with a parent "select all" control that switches to an indeterminate state when only some options are selected.
import Pattern from "@/components/ui/v-checkbox-7"; export default function Default() { return ( <div className="flex min-h-svh w-full items-center justify-center p-8"> <Pattern /> </div> ); }
Part of Cnippet — browse the full library on 21st.dev.