Replies: 2 comments 1 reply
-
Hey @GuosXin, Needs more discussion here. moving this to discussions. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If I am putting multiple checkbox insider a checkbox group, then is it possible to clear all the checked boxes by the button click, for example like a clear button? In web, we could do that with the ref and using the clear function, but that doesn't seem to work here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I need to use code to control whether the checkbox is selected or not, I can't do it now.
Problem Statement
Now I have a select all checkbox. I need to judge whether the user has selected all items, and then I want to control the checkbox to select or not with code. I set the defaultIsChecked prop of the checkbox by use state hook, but it didn't refresh in view. I'm not sure if I wrote it wrong, if I did, please tell me how to make it.
Proposed Solution or API
I have no idea
Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions