You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inspect the Marketing checkbox, click into its input element
the value attribute is not being set as intended even though the category is being passed in as a value prop
Expected behavior
The value should be used to populate the input's value attribute. I'm currently working around this by adding a defaultValue in the pt prop like so pt={{ input: { defaultValue: category } }}
The text was updated successfully, but these errors were encountered:
melloware
added
Type: Bug
Issue contains a defect related to a specific component.
and removed
Status: Needs Triage
Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
labels
Mar 7, 2025
Describe the bug
When using the value prop in a Checkbox component, I noticed that the value is not being used to populate the actual input's value attribute.
Reproducer
No response
System Information
Steps to reproduce the behavior
Expected behavior
The value should be used to populate the input's value attribute. I'm currently working around this by adding a defaultValue in the pt prop like so
pt={{ input: { defaultValue: category } }}
The text was updated successfully, but these errors were encountered: