Files
gitlabhq/app/components/pajamas/checkbox_component.html.haml
2024-04-02 15:09:49 +00:00

7 lines
210 B
Plaintext

.gl-form-checkbox.custom-control.custom-checkbox{ content_wrapper_options }
= form.check_box(method,
formatted_input_options,
checked_value,
unchecked_value)
= render_label_with_help_text