I want to change the variant when clicking on the variant image I have found the solution but its only works in select and option but in my theme, I am using input type radio button instead of the select option button.
------------------------------------------Here is my code for the variant-----------------------------------------------------------
{%- if section.settings.product_selector == ‘radio’ -%}
{%- assign isColor = false -%}
{%- assign optionName = option.name | handleize -%}
{%- if optionName contains ‘colo’ -%}
{%- assign isColor = true -%}
{%- endif -%}
---------------------------------------------------Variant Code Ended-----------------------------------------------------------
-----------------------------------------------------------here is the js to change variants---------------------------------------------------
https://help.shopify.com/en/manual/online-store/themes/os/customize/select-variants-click----------------------------------------------------------------------------------------------------
Thanks In Advance if someone helps me to resolve this issue.