silverstripe-userforms/templates/UserformsCheckboxField.ss

3 lines
198 B
Scheme
Raw Normal View History

<input $AttributesHTML<% if $RightTitle %>aria-describedby="{$Name}_right_title" <% end_if %>/>
<% if $RightTitle %><span id="{$Name}_right_title" class="right-title">$RightTitle</span><% end_if %>