Filter: gravityview/fields/image_choice/output_label
Overrides whether to show the value or the label of an Image Choice field.
Parameters
| Name | Type | Description |
|---|---|---|
| $show_label | bool | True to display the label of the choice; false to display the value. Default is false. |
| $entry | array | The Gravity Forms entry. |
| $field | \GF_Field_Checkbox|\GF_Field_Radio | The Gravity Forms field (can be either a radio or checkbox field). |
| $gravityview | \Template_Context | The GravityView template context. |
Since
Source
Defined in templates/fields/field-image_choice-html.php at line 39