diff --git a/token_profile.module b/token_profile.module
index 1775223..233a66c 100644
--- a/token_profile.module
+++ b/token_profile.module
@@ -33,6 +33,11 @@ function token_profile_token_values($type, $object = NULL) {
     }
 
     profile_load_profile($account);
+    if (function_exists('profile_checkboxes_user')) {
+      $null = NULL;
+      profile_checkboxes_user('load', $null, $account);
+    }
+
     $fields = _token_profile_profile_fields();
 
     foreach ($fields as $name => $field) {
