name = 'radio';
// do not delete!
parent::__construct();
}
function render_field($args)
{
$field_value = $this->get_value($args);
if (isset($args['field']['choices'])) {
foreach ($args['field']['choices'] as $key => $choice) {
echo '';
echo '';
}
}
}
}
endif;