mirror of
https://github.com/System-End/site.git
synced 2026-04-19 23:22:49 +00:00
Fix checkbox clear possibly
This commit is contained in:
parent
cec8a23723
commit
b2eac78273
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ const JoinForm = () => {
|
|||
<Checkbox
|
||||
name="teen"
|
||||
sx={{ color: 'muted' }}
|
||||
value={teen}
|
||||
checked={teen}
|
||||
onChange={(e) => setTeen(e.target.checked)}
|
||||
/>
|
||||
Are you a teenager?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue