Which generators are impacted?
Reproduction case
With use of checked={true} in react-components the ability to manually change <input type="checkbox">'s value by click get's lost. This bug can also be reproduced in patternhubs overview: https://db-ui.github.io/mono/review/main/components/checkbox/overview
Expected Behaviour
After setting checked={true}checkboxes should be still changeable
Screenshots
No response
Browser version
None
Add any other context about the problem here.
- Evaluate we should document a difference between defaultChecked (for react only) and checked (uncontrolled vs. controlled components)