From c0a268394b9124d3df56e731d85e76e3ee97baab Mon Sep 17 00:00:00 2001 From: alexandraRamanenka Date: Tue, 16 Apr 2024 16:47:26 +0300 Subject: [PATCH 1/5] FIO-8199: Fixes an issue where Checkbox does not have id and for attributes --- src/templates/bootstrap/checkbox/form.ejs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/templates/bootstrap/checkbox/form.ejs b/src/templates/bootstrap/checkbox/form.ejs index eea040239f..b82f8c1b7e 100644 --- a/src/templates/bootstrap/checkbox/form.ejs +++ b/src/templates/bootstrap/checkbox/form.ejs @@ -1,12 +1,27 @@
+<<<<<<< HEAD