Choice Answer

After parsing you will get object, dictionary version (array of dicts) of which, will look like this:

[
    {
      "text": "<Radio/Checkbox caption>",
      "selected": <True / False>
    },
    {
      "text": "<Radio/Checkbox caption>",
      "selected": <True / False>
    },
    {
      "text": "<Radio/Checkbox caption>",
      "selected": <True / False>
    },
    {
      "text": "<Radio/Checkbox caption>",
      "selected": <True / False>
    }
]