# Picture Choice

A `Picture Choice` field can be implemented by using the [Button Group](https://docs.feathery.io/platform/build-forms/elements/fields/button-group) field and uploading images to each button.

Under `Properties`, go to the option section and create your desired number of options. Then, click the `Edit` icon on the right and select `Add Image` to add an image to that button.

<figure><img src="https://640450274-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHAVngDAEk3s8Bw7P6Ntz%2Fuploads%2FI0XRlTQk1rDkadwVvmHu%2Fdocs_element-bttn-group.png?alt=media&#x26;token=ba71e509-78a1-4165-b210-3f4d9be0667f" alt="Screenshot of a button group element selected."><figcaption></figcaption></figure>

### For Developers <a href="#example" id="example"></a>

The Feathery SDK and API reference button group fields with `type` equal to `button_group`. The submitted value is a `string`.
