Page 1 of 1

FormBuilder Bootstrap

Posted: Fri Mar 02, 2018 7:42 pm
by w00t
Can anybody help with implementation of multiple checkboxes on Bootstrap in FormBuilder template?

<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
<div class="bottom-30">
<label class="fancy-checkbox">
<input type="checkbox" />
<span>Text for checkbox one</span>
</label>
<label class="fancy-checkbox">
<input type="checkbox" />
<span>Text for checkbox two</span>
</label>
</div>
</div>

Re: FormBuilder Bootstrap

Posted: Sat Mar 03, 2018 6:25 pm
by w00t
Is this forum is dead? :( Anybody home..?