@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.
@@ -923,7 +923,7 @@ function registerCheckbox(loader, overrides) {
923
923
  value: {
924
924
  type: "string",
925
925
  description: 'The value of the checkbox in "selected" state, used when submitting an HTML form.',
926
- defaultValueHint: "on",
926
+ defaultValueHint: 'Checked value (default: "on")',
927
927
  validator: (_value, _props, ctx) => {
928
928
  if (ctx == null ? void 0 : ctx.idError) {
929
929
  return ctx.idError;