frontAttributeDetails( (int)$this -> attribute['id'], $lang_id );
if ( $attribute_details['type'] == 0 )
{
?>
= $attribute_details['language']['name'];?>:
foreach ( $this -> attribute['values'] as $value ):?>
checked="checked" endif;?> require="true" value="= $this -> attribute['id'];?>-= $value['id'];?>" name="= \Shared\Helpers\Helpers::seo( $attribute_details['language']['name'] );?>">
if ( $value['is_default'] ):?>
endif;?>
endforeach;?>
}