When the form is submitted, each field value is returned as a variable of
the response object. So if you give a name to your radio button ("foo") then
all you have to do is access response.vars.foo to get the value. (I'm assuming that myFieldlist is a collection of field definitions in which you define and name the radio button field)

