import * as React from 'react'; import { Option } from '../checkbox-group'; import { FormChild } from '../form'; interface DropdownExampleState { dropdown0: boolean; dropdown1: boolean; dropdown2: boolean; dropdown3: boolean; dropdown4: boolean; dropdown5: boolean; dropdown4Value: string | undefined; dropdown5Value: string | undefined; inputValue1: string; inputValue2: string; inputValue3: string; checkboxes: Array