Files
mr-legend_wiki/lib/plugins/bureaucracy/helper/fieldonoff.php
T
2024-07-08 03:32:47 +09:00

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