1<?php
2/**
3 * Class helper_plugin_bureaucracy_fieldonoff
4 *
5 * Creates a checkbox
6 */
7class helper_plugin_bureaucracy_fieldonoff extends helper_plugin_bureaucracy_fieldyesno {
8    /**
9     * Arguments:
10     *  - cmd
11     *  - label
12     *  - =yesvalue
13     *  - !falsevalue
14     *  - ^ (optional)
15     */
16}
17