<label class="radio"><?php the_field('red'); ?></label> #переключатель
<input type="radio" checked="checked" name="radio" value="<?php the_field('red'); ?>">
<label class="radio"><?php the_field('black'); ?></label> #переключатель
<input type="radio" name="radio" value="<?php the_field('black'); ?>">
<div class="color"> здесь вывод значений полей red или black </div>