diff --git a/core/src/main/resources/template/simple/radiomap.ftl b/core/src/main/resources/template/simple/radiomap.ftl
index a2fb445b0..00629f0c3 100644
--- a/core/src/main/resources/template/simple/radiomap.ftl
+++ b/core/src/main/resources/template/simple/radiomap.ftl
@@ -10,7 +10,11 @@
<#else>
<#assign itemValue = stack.findString('top')/>
#if>
-
+
+<#if parameters.name?exists>
+ name="${parameters.name?html}"<#rt/>
+#if>
+ id="${parameters.id?html}${itemKeyStr?html}"<#rt/>
<#if tag.contains(parameters.nameValue, itemKey)>
checked="checked"<#rt/>
#if>