Skip to content

Commit 2240c15

Browse files
committed
fix checkbox on fiscal sponsorship form
1 parent ab59094 commit 2240c15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

components/fiscal-sponsorship/apply/personal-form.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
import { Input, Flex, Label, Radio, Grid, Select, Checkbox } from 'theme-ui'
1+
import { Input, Flex, Label, Radio, Grid, Select } from 'theme-ui'
22
import Field from './field'
33
import { useEffect, useState } from 'react'
44
import { useTeenagerLedContext } from './teenager-led-context'
5+
import Checkbox from './checkbox'
56

67
export default function PersonalInfoForm({ requiredFields }) {
78
const [selectedContactOption, setSelectedContactOption] = useState('Email')

0 commit comments

Comments
 (0)