diff --git a/core/templates/core/child_radio.html b/core/templates/core/child_radio.html
new file mode 100644
index 00000000..967d6847
--- /dev/null
+++ b/core/templates/core/child_radio.html
@@ -0,0 +1,8 @@
+{% with id=widget.attrs.id %}
+
+ {% for group, options, index in widget.optgroups %}
+ {% for option in options %}
+ {% include option.template_name with widget=option %}
+ {% endfor %}
+ {% endfor %}
+