How I can add checkbox default value? #5132
Unanswered
gleysonabreu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I receive data from the db and I'm trying to add default value to the checkbox.
I try with initialState but not working.
Does anyone have an idea to resolve this?
Checkbox:
<Checkbox checked={row.getIsSelected()} onCheckedChange={(value) => row.toggleSelected(!!value)} aria-label="Check task" />
Table configs:
Beta Was this translation helpful? Give feedback.
All reactions