### Examples
**More examples** are available on NorthStar Storybook.
Default
```jsx
import FormField from 'aws-northstar/components/FormField';
import { awsServices } from '../Autosuggest/data/data';
```
With Checkboxes
```jsx
import FormField from 'aws-northstar/components/FormField';
import { awsServices } from '../Autosuggest/data/data';
```
With Initial Values
```jsx
import FormField from 'aws-northstar/components/FormField';
import { awsServices } from '../Autosuggest/data/data';
```
Free Solo (Allowing custom text)
```jsx
import FormField from 'aws-northstar/components/FormField';
import { awsServices } from '../Autosuggest/data/data';
```