Fix for checkbox

  1. <?php
  2. $checkbox = array(
  3.   '#title' => t('Empty Log'),
  4.   '#value' =>0,
  5.   '#return_value' => 1,
  6.   '#description' => ''
  7. );
  8. $output .= theme_checkbox(array('element' => $checkbox));
  9. ?>

Submit Fix

Any tags you'd like to associate with your code, delimitered by commas (example: Views, CCK, Module, etc).
Select the syntax highlighting mode to use.