diff --git a/plasmicpkgs/react-aria/src/registerCheckbox.tsx b/plasmicpkgs/react-aria/src/registerCheckbox.tsx index 0481ce32ac5..140020aa755 100644 --- a/plasmicpkgs/react-aria/src/registerCheckbox.tsx +++ b/plasmicpkgs/react-aria/src/registerCheckbox.tsx @@ -212,7 +212,7 @@ export function registerCheckbox( type: "string", description: 'The value of the checkbox in "selected" state, used when submitting an HTML form.', - defaultValueHint: "on", + defaultValueHint: 'Checked value (default: "on")', validator: (_value, _props, ctx) => { if (ctx?.idError) { return ctx.idError;