Image Select addon for Advanced Custom Fields.
Adds a new choice field ‘Image Select’ field type to ACF field list to add image-select field.
The ‘Image Select’ field allows you to add images as radio button.
This add-on will work with:
This add-on can be treated as both a WP plugin and a theme include.
Install as Plugin
Include within theme
add_action('acf/register_fields', 'register_fields');
function my_register_fields()
{
include_once('acf-image-select/acf-image-select.php');
}