We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26d6b3 commit 025d221Copy full SHA for 025d221
1 file changed
survey_builder/templates/SurveyRadioButtonSetField.ss
@@ -4,7 +4,7 @@
4
<div class="radio <% if $isDisabled %> disabled<% end_if %>">
5
<label>
6
<input type="radio" name="$Name" id="$ID" value="$Value" <% if $isChecked %> checked<% end_if %>>
7
- $Title
+ $Title.RAW
8
</label>
9
</div>
10
</li>
0 commit comments