Skip to content

[FORMS-15359] Hide Read Only option in Single Checkbox v1 property dialog#1899

Draft
pankaj-parashar wants to merge 1 commit into
masterfrom
issues/FORMS-15359
Draft

[FORMS-15359] Hide Read Only option in Single Checkbox v1 property dialog#1899
pankaj-parashar wants to merge 1 commit into
masterfrom
issues/FORMS-15359

Conversation

@pankaj-parashar

Copy link
Copy Markdown
Contributor

Summary

  • Hides the Read Only option from the Single Checkbox v1 property dialog (checkbox/v1/_cq_dialog/.content.xml), which was incorrectly surfaced since Read Only is not a valid property for a checkbox component.
  • Adds sling:hideResource=true to the readonly and readonly-typehint dialog nodes.

Root Cause

The dialog inherited readonly nodes from a parent definition, but the Read Only property does not apply to checkbox behaviour and should not be shown in the authoring UI.

Test Plan

  • Open the Single Checkbox v1 property dialog in author mode
  • Verify the Read Only option is no longer present
  • Verify no other dialog fields are affected
  • Verify checkbox functionality (check/uncheck, value submission) is unchanged

Jira

https://jira.corp.adobe.com/browse/FORMS-15359

🤖 Generated with Claude Code via OrcaFix skill

The Single Checkbox component does not support a read-only state, but the
read-only checkbox was appearing in the property dialog via inheritance from
the base component dialog. Add sling:hideResource overrides for the readonly
and readonly-typehint nodes so they are suppressed from the merged dialog.
@pankaj-parashar pankaj-parashar added the FormsOrcaFix Raised by OrcaFix skill label Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

FormsOrcaFix Raised by OrcaFix skill

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant