diff --git a/packages/checkbox/src/index.ts b/packages/checkbox/src/index.ts index 61ec9a79c..1f5788da9 100644 --- a/packages/checkbox/src/index.ts +++ b/packages/checkbox/src/index.ts @@ -38,7 +38,7 @@ export default createPrompt( ...state.choices, ]); const [cursorPosition, setCursorPosition] = useState(0); - const [showHelpTip, setShowHelpTip] = useState(false); + const [showHelpTip, setShowHelpTip] = useState(true); useKeypress((key) => { let newCursorPosition = cursorPosition;