summaryrefslogtreecommitdiff
path: root/app/components/pajamas/checkbox_component.html.haml
blob: 9e3d4e68a4233747897b156ce36d62f38d224d55 (plain)
1
2
3
4
5
6
.gl-form-checkbox.custom-control.custom-checkbox
  = form.check_box(method,
      formatted_input_options,
      checked_value,
      unchecked_value)
  = render_label_with_help_text