-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(pie-docs): DSW-2494 radio button code page #2084
base: main
Are you sure you want to change the base?
Conversation
|
5090fe2
to
18cfe05
Compare
checked={isRadioChecked} | ||
value="value" | ||
onInput={handleRadioInput}> | ||
{`checked: ${isRadioChecked}`} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the second checked
is duplicated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{checked: ${isRadioChecked}
}
I'm not sure this might work in React.
Describe your changes (can list changeset entries if preferable)
Author Checklist (complete before requesting a review)
PIE Storybook
/PIE Docs
PR previewReviewer checklists (complete before approving)
Reviewer 1
PIE Storybook
/PIE Docs
PR previewReviewer 2
PIE Storybook
/PIE Docs
PR preview