choices))
return;
// Generate a unique name for the radio button group
$name = $this->id;
?>
label); ?>
choices as $value => $label) :
// Determine the selected class based on current value
$class = ($this->value() == $value) ? 'affiliate-store-selected-img affiliate-store-selector-img ' : 'affiliate-store-selector-img';
?>