{ "input": "[[radio fruit id=\"apple\" style=\"color: red;\"]] Apple\n[[radio fruit id=\"banana\" style=\"color: yellow;\"]] Banana", "tree": { "elements": [ { "element": "container", "data": { "type": "paragraph", "attributes": {}, "elements": [ { "element": "radio-button", "data": { "name": "fruit", "checked": false, "attributes": { "id": "apple", "style": "color: red;" } } }, { "element": "text", "data": "Apple" }, { "element": "line-break" }, { "element": "radio-button", "data": { "name": "fruit", "checked": false, "attributes": { "id": "banana", "style": "color: yellow;" } } }, { "element": "text", "data": "Banana" } ] } }, { "element": "footnote-block", "data": { "title": null, "hide": false } } ], "styles": [ ], "html-blocks": [ ], "code-blocks": [ ], "table-of-contents": [ ], "footnotes": [ ], "bibliographies": [ ] }, "errors": [ ] }