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}}}
diff --git a/theme/boost/templates/core_form/element-radio.mustache b/theme/boost/templates/core_form/element-radio.mustache
index 7a64ad5f8ad..1e5e3a3cf7f 100644
--- a/theme/boost/templates/core_form/element-radio.mustache
+++ b/theme/boost/templates/core_form/element-radio.mustache
@@ -4,9 +4,8 @@
Example context (json):
{
"element": {
- "id": "test-radio",
- "name": "Test radio button",
- "size": "10"
+ "id": "id_test_radio0",
+ "name": "test_radio_button"
}
}
@@ -14,14 +13,13 @@