Skip to content

Commit

Permalink
[smarcet]
Browse files Browse the repository at this point in the history
Fix on bootstrap html layout for checkbox control
  • Loading branch information
smarcet committed Jul 15, 2015
1 parent a8d9edc commit 738d9c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/BootstrapCheckboxField_holder.ss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<div id="$Name" class="checkbox $HolderClasses" $HolderAttributes>
<label class="$labelClasses">
$Title
<input $AttributesHTML class="$inputClasses">
<input $AttributesHTML class="$inputClasses">$Title
</label>
<% if $HelpText %>
<p class="help-block">$HelpText</p>
Expand Down

0 comments on commit 738d9c7

Please sign in to comment.