• Resolved dideto

    (@dideto)


    Hello,
    Thank you for this plugin.
    I want to make checkbox groups with new styling, but I don’t know how to add wrapper around label and checkbox – is it possible. (I want order checkboxes in columns and want to be responsive.)

    Example:
    Now it is:
    <li id=”li–24items” class=”cf-box-group”>
    <input type=”checkbox” id=”cf_field_24-1″ name=”cf_field_24[]” value=”something” class=”cf-box-b” title=””>
    <label id=”label–241″ for=”cf_field_24-1″ class=”cf-group-after”><span>something</span></label>
    <input type=”checkbox” id=”cf_field_24-1″ name=”cf_field_24[]” value=”something” class=”cf-box-b” title=””>
    <label id=”label–241″ for=”cf_field_24-1″ class=”cf-group-after”><span>something</span> </label>

    I want
    <li id=”li–24items” class=”cf-box-group”>
    <div class=”col-lg-6″>
    <input type=”checkbox” id=”cf_field_24-1″ name=”cf_field_24[]” value=”something” class=”cf-box-b” title=””>
    <label id=”label–241″ for=”cf_field_24-1″ class=”cf-group-after”><span>something</span></label>
    </div>
    <div class=”col-lg-6″>
    <input type=”checkbox” id=”cf_field_24-1″ name=”cf_field_24[]” value=”something” class=”cf-box-b” title=””>
    <label id=”label–241″ for=”cf_field_24-1″ class=”cf-group-after”><span>something</span> </label>
    </div>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘custom html’ is closed to new replies.