--- trunk/web/iwf/iwfajax.js 2005/11/14 16:16:03 51 +++ trunk/web/iwf/iwfajax.js 2005/11/14 16:16:20 52 @@ -240,8 +240,8 @@ switch(iwfAttribute(el, 'type')){ case 'checkbox': case 'radio': - if (iwfAttribute(el, 'checked')){ - val = iwfAttribute(el, 'value'); + if (iwfAttribute(el, 'checked') || el.checked){ + val = iwfAttribute(el, 'value') || el.value; } break; case 'button':