summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/bureaucracy/helper/fieldonoff.php
blob: d73177bf1e7d875f78f42ee8eff4e09e1a7287c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
/**
 * Class helper_plugin_bureaucracy_fieldonoff
 *
 * Creates a checkbox
 */
class helper_plugin_bureaucracy_fieldonoff extends helper_plugin_bureaucracy_fieldyesno {
    /**
     * Arguments:
     *  - cmd
     *  - label
     *  - =yesvalue
     *  - !falsevalue
     *  - ^ (optional)
     */
}