website_jukni/dokuwiki/lib/plugins/bureaucracy/helper/fieldonoff.php
2017-12-29 15:51:59 +01:00

16 lines
306 B
PHP

<?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)
*/
}