if (defined $value_a) { if($value_a eq 'personal') { $value_a = 'checked'; } else { $value_a = ''; } } else { $value_a = ''; }