qcubed/framework

View on GitHub
install/project/includes/controls/QJqCheckBox.class.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
    /**
     * QJqCheckBox
     *
     * Put your customizations of the standard behavior here.
     *
     * @package Controls
     * @filesource
     */

    /**
     * This class mplements a JQuery Ui Check Box.
     *
     * It extends the QJqCheckBoxBase class. When writing your code, use this class instead of QJqCheckBoxBase.
     * This class can be modified by the developer to add functions and alter the already present functions.
     * @package Controls
     */
    class QJqCheckBox extends QJqCheckBoxBase {
    }