. if (!defined('EG')) die('Direct access not allowed!'); //create the HTML of a radio entry class Form_Radio extends Form_Entry { public function __construct($entryName = null) { $this->entryName = $entryName; } public function render($value = null) { $wrap = $this->getWrapElements($value); $returnString = $wrap[0]; $returnString .= "