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.
 
 
 
 
 

17 lines
306 B

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