2019-07-04 09:44:22 +02:00
|
|
|
<?php
|
2019-07-17 14:56:16 +02:00
|
|
|
/* Icinga Web 2 | (c) 2019 Icinga GmbH | GPLv2+ */
|
2019-07-04 09:44:22 +02:00
|
|
|
|
|
|
|
namespace Icinga\Web\Form\Element;
|
|
|
|
|
|
|
|
class Checkbox extends \Zend_Form_Element_Checkbox
|
|
|
|
{
|
2019-07-17 14:56:16 +02:00
|
|
|
public $helper = 'icingaCheckbox';
|
2019-07-04 09:44:22 +02:00
|
|
|
}
|