{{! @template core_form/element-radio Example context (json): { "element": { "id": "id_test_radio0", "name": "test_radio_button" } } }}
{{#text}} {{/text}}
{{#required}}
{{#pix}}req, core, {{#str}}required{{/str}}{{/pix}}
{{/required}} {{{helpbutton}}}
{{#error}}{{#element.checked}} {{/element.checked}}{{/error}}
{{^element.frozen}} {{#js}} require(['theme_boost/form-display-errors'], function(module) { module.enhance({{#quote}}{{element.id}}{{/quote}}); }); {{/js}} {{/element.frozen}}