Skip to content

Commit

Permalink
chore(react-aria): changed default value hint for Checkbox value prop
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 35b17e1fcdff8b64635db107518e27df1d9fe563
  • Loading branch information
asimkhan73301 authored and actions-user committed Dec 27, 2024
1 parent f5a3f26 commit 4c9a8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plasmicpkgs/react-aria/src/registerCheckbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4c9a8f2

Please sign in to comment.