You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?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)
- */
- }
|