KB-108 · LAUNCH/CHECKLIST

Launch Checklist

Onboarding checklist where ticks draw themselves, finished steps strike through and settle to the bottom, and completing the set lands a CALIBRATED stamp.

KB-108 · LAUNCH/CHECKLIST

Set up your workspace

Install

One command — the source lands in your repo. Or copy it from the Code tab.

$ pnpm dlx shadcn@latest add @kinetiq/launch-checklist

Props

steps
ChecklistStep[]
default
Step definitions: id, title, optional description.
completed / defaultCompleted
string[]
default
Controlled or uncontrolled set of completed step ids.
onCompletedChange
(completed: string[]) => void
default
Fires on every toggle with the new completed set.
onComplete
() => void
default
Fires once when the final step completes.