Merge pull request #1434 from rluodev/try-fix-checkbox-apply

Fix checkbox on fiscal sponsorship form
This commit is contained in:
sarthak 2024-12-11 03:38:16 +00:00 committed by GitHub
commit cd6312fa9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,6 +3,7 @@ import Field from './field'
import Checkbox from './checkbox'
import { useEffect, useState } from 'react'
import { useTeenagerLedContext } from './teenager-led-context'
import Checkbox from './checkbox'
export default function PersonalInfoForm({ requiredFields }) {
const [selectedContactOption, setSelectedContactOption] = useState('Email')