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