## Best practices

- Clearly label text fields so that it's obvious what customers should enter.
- Label text fields as **Optional** when input isn’t required. For example, use the label **First name (optional)**.
- Don't have optional fields pass `true` to the `required` property.
