diff --git a/theme/boost/templates/core_form/element-radio-inline.mustache b/theme/boost/templates/core_form/element-radio-inline.mustache index 509c6d76e92..4fd526084ce 100644 --- a/theme/boost/templates/core_form/element-radio-inline.mustache +++ b/theme/boost/templates/core_form/element-radio-inline.mustache @@ -4,23 +4,21 @@ Example context (json): { "element": { - "id": "test-radio", - "name": "Test radio button", - "size": "10" + "id": "id_test_radio0", + "name": "test_radio_button" } } }} {{{helpbutton}}}