summaryrefslogtreecommitdiff
path: root/app/components/pajamas/checkbox_tag_component.html.haml
blob: ad02c966fad91777c25876056417328a838982b9 (plain)
1
2
3
4
5
6
.gl-form-checkbox.custom-control.custom-checkbox
  = check_box_tag(name,
      value,
      checked,
      formatted_input_options)
  = render_label_tag_with_help_text