mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2025-12-22 23:59:56 -05:00
9 lines
128 B
PHP
9 lines
128 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
namespace Icinga\Module\Businessprocess\Web\Form\Element;
|
||
|
|
|
||
|
|
class Checkbox extends \Icinga\Web\Form\Element\Checkbox
|
||
|
|
{
|
||
|
|
|
||
|
|
}
|