namespace Combodo\iTop\Form\Field; /** * Description of CheckboxField * * @author Guillaume Lajarige */ class CheckboxField extends MultipleChoicesField { const DEFAULT_MULTIPLE_VALUES_ENABLED = true; }