gyro/core/view/widgets/input/checkbox.input.widget.php
Go to the documentation of this file.00001 <?php 00002 require_once GYRO_CORE_DIR . 'view/widgets/input/base/checkbox.input.widget.php'; 00003 /** 00004 * A checkbox 00005 * 00006 * @author Gerd Riesselmann 00007 * @ingroup View 00008 */ 00009 class InputWidgetCheckbox extends InputWidgetCheckboxBase { 00010 }