* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * sfWidgetFormSelectCheckbox represents an array of checkboxes. * * @package symfony * @subpackage widget * @author Fabien Potencier * @version SVN: $Id: sfWidgetFormSelectCheckbox.class.php 33362 2012-03-08 13:53:08Z fabien $ */ class sfWidgetFormSelectCheckbox extends sfWidgetFormChoiceBase { /** * Constructor. * * Available options: * * * choices: An array of possible choices (required) * * label_separator: The separator to use between the input checkbox and the label * * class: The class to use for the main