[%########################################
  label_form_checkbox_row( label, count, name, value, field_label, picked )
     Display a row to input text: label on left, text input on
     right. Optional 'checkbox_label' will be to right of checkbox.
  ########################################-%]

[%- DEFAULT colspan = 2;
    IF action_errors.$name;
       color = '#ffffe0';
    END; -%]  
[%- INCLUDE label_row_begin( colspan = 1 ) -%]
[%- INCLUDE data_cell_begin -%][% INCLUDE form_checkbox %]
</td></tr>
[% IF action_errors.$name -%]
[% INCLUDE label_error_row_extra( color   = color,
                                  message = action_errors.$name ) -%]
[% END -%]