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