Index: cck/optionwidgets.inc
===================================================================
--- cck/optionwidgets.inc	(revision 276)
+++ cck/optionwidgets.inc	(working copy)
@@ -13,7 +13,8 @@ function optionwidgets_node_import_value
   //TODO: is this all that is needed? Is the column always called 'value'? NEEDS MORE TESTING.
   foreach ($fields as $fieldname => $fieldinfo) {
     if (isset($fieldinfo['cck:fieldname'])) {
-      if ($fieldinfo['cck:fieldinfo']['widget']['type'] == 'optionwidgets_buttons') {
+      $option_type = array('optionwidgets_select', 'optionwidgets_onoff', 'optionwidgets_buttons');
+      if (in_array($fieldinfo['cck:fieldinfo']['widget']['type'],$option_type)) {
         // Instead of
         //
         //   fieldname => array(
