Skip to content

docs: clarify value attribute on radio/checkbox inputs is allowed with formField#69313

Open
whit33y wants to merge 1 commit into
angular:mainfrom
whit33y:fix/signal-forms-radio-value-attribute
Open

docs: clarify value attribute on radio/checkbox inputs is allowed with formField#69313
whit33y wants to merge 1 commit into
angular:mainfrom
whit33y:fix/signal-forms-radio-value-attribute

Conversation

@whit33y

@whit33y whit33y commented Jun 11, 2026

Copy link
Copy Markdown

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • angular.dev application / infrastructure changes
  • Other... Please describe:

What is the current behavior?

Issue Number: N/A

What is the new behavior?

The FORBIDDEN ATTRIBUTES section prohibited using the `value` attribute with `[formField]`, but the Big Form Example correctly uses `value="economy"` etc. on radio inputs. For `<input type="radio">` and `<input type="checkbox">`, the static `value` attribute specifies which option the input represents — it is unrelated to the field binding done by `[formField]`.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@pullapprove pullapprove Bot requested a review from kirjs June 11, 2026 12:35
@google-cla

google-cla Bot commented Jun 11, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@angular-robot angular-robot Bot added the area: docs Related to the documentation label Jun 11, 2026
@ngbot ngbot Bot added this to the Backlog milestone Jun 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: docs Related to the documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant