silverstripe-framework/templates/SilverStripe/Forms/CheckboxField_holder_small.ss

6 lines
166 B
Scheme

$Field
<% if $Title %>
<label class="checkboxfield-small" <% if $ID %>for="$ID"<% end_if %>>$Title<% if $RightTitle %> $RightTitle<% end_if %></label>
<% end_if %>