* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * sfWidgetFormSelectRadio represents radio HTML tags. * * @package symfony * @subpackage widget * @author Fabien Potencier * @version SVN: $Id: sfWidgetFormSelectRadio.class.php 27989 2010-02-12 21:53:20Z Kris.Wallsmith $ */ class sfWidgetFormSelectRadio extends sfWidgetForm { /** * Constructor. * * Available options: * * * choices: An array of possible choices (required) * * label_separator: The separator to use between the input radio and the label * * separator: The separator to use between each input radio * * class: The class to use for the main