We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b0f3c commit 0af3f9dCopy full SHA for 0af3f9d
src/Umbraco.Web.UI.Client/src/views/propertyeditors/radiobuttons/radiobuttons.html
@@ -2,7 +2,7 @@
2
<ul class="unstyled">
3
<li ng-repeat="item in model.config.items">
4
<label class="radio">
5
- <input type="radio" name="checkboxlist"
+ <input type="radio" name="radiobuttons-{{model.alias}}"
6
value="{{item.id}}"
7
ng-model="model.value" />
8
{{item.value}}
0 commit comments