Reproduction link
Steps to reproduce
Create a form witha checkbox group. Generate a initiaValues from an external hook, and use useMemo to generetate the checkbox group options.
What is expected?
Is expected to render the checkbox with the value checked.
What is actually happening?
The value shows unchecked
| Environment | Info |
| ------------ | ------------ |
| antd | 5.20.2 |
| React | react 18.3.1 |
| System | Linux |
| Browser | Chrome |
when I submit it sends the value that I`m expecting. Giving an impression that you need to check the value
1条答案
按热度按时间gxwragnw1#
Start a new pull request in StackBlitz Codeflow .