egroupware_official/api/js/etemplate/et2_widget_checkbox.ts

17 lines
424 B
TypeScript
Raw Normal View History

2020-02-07 10:52:45 +01:00
/**
* EGroupware eTemplate2 - JS Checkbox object
*
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
* @package etemplate
* @subpackage api
* @link https://www.egroupware.org
2020-02-07 10:52:45 +01:00
* @author Nathan Gray
* @copyright Nathan Gray 2011
*/
import {Et2Checkbox} from "./Et2Checkbox/Et2Checkbox";
2020-02-07 10:52:45 +01:00
/**
* @deprecated use Et2Checkbox
2020-02-07 10:52:45 +01:00
*/
export class et2_checkbox extends Et2Checkbox {}