I have this line of code3: <input type="checkbox" name="emailgroup" value="#EmailListArray[x][1]#" <cfif EmailListArray[x][1] IS getMemberEmailGroupsRet.GroupID> Checked</cfif>> As you can see it is supposed to do a comparison and if there is a match, the corresponding checkbox should be checked. But what it is doing is only checking the first box and no others. Can anyone tell me why this is happening?
-- Bruce Sorge "I'm a mawg: half man, half dog. I'm my own best friend!" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268261 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

