I am trying to get my buttons to display inline and also have a default value because it can\'t be blank. I am usingplataformatex/simple_form and bootstrap.
= f.
Just for someone who using zurb foundation with simple form's chekbox came here:
slim view:
= f.input :company_stages, as: :check_boxes, required: true
scss:
// simple-form checbox .checkbox { margin-right: 20px; display: inline-block; }