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