Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/components/pajamas/checkbox_tag_component.html.haml')
-rw-r--r--app/components/pajamas/checkbox_tag_component.html.haml6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/components/pajamas/checkbox_tag_component.html.haml b/app/components/pajamas/checkbox_tag_component.html.haml
new file mode 100644
index 00000000000..ad02c966fad
--- /dev/null
+++ b/app/components/pajamas/checkbox_tag_component.html.haml
@@ -0,0 +1,6 @@
+.gl-form-checkbox.custom-control.custom-checkbox
+ = check_box_tag(name,
+ value,
+ checked,
+ formatted_input_options)
+ = render_label_tag_with_help_text