Index: citizenspeak.node.php =================================================================== --- citizenspeak.node.php (revision 57) +++ citizenspeak.node.php (working copy) @@ -77,6 +77,7 @@ $form['campaign_format'] = array( '#type' => 'checkbox', '#title' => t('Put personal statements at top of letter'), + '#default_value' => $node->campaign_format, ); return $form;