@plasmicpkgs/react-aria 0.0.96 → 0.0.97

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -931,7 +931,7 @@ function registerCheckbox(loader, overrides) {
931
931
  value: {
932
932
  type: "string",
933
933
  description: 'The value of the checkbox in "selected" state, used when submitting an HTML form.',
934
- defaultValueHint: "on",
934
+ defaultValueHint: 'Checked value (default: "on")',
935
935
  validator: (_value, _props, ctx) => {
936
936
  if (ctx == null ? void 0 : ctx.idError) {
937
937
  return ctx.idError;