Replies: 1 comment
-
USWDS hides the actual input, which is what the |
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
-
I hope this is a stupid/easy question. I want to add a style to a checkbox. This is what I am doing but nothing happens:
<Checkbox
id={myId}
label={label}
checked={f.checked ? true : false }
onChange={(e) => { console.log("placeholder"); }}
style={{marginTop: '5rem' }}
/>
What am I doing wrong??
Thank you for your help,
Cynthia
Beta Was this translation helpful? Give feedback.
All reactions