@@ -164,7 +164,7 @@ public function testCheckedCheckbox()
164
164
[.=" [trans]Name[/trans]"]
165
165
[@class="form-check-label required"]
166
166
[
167
- ./input[@type="checkbox"][@name="name"][@id="my&id"][@class="my&class"][@checked="checked"][@value="1"]
167
+ ./input[@type="checkbox"][@name="name"][@id="my&id"][@class="my&class form-check-input "][@checked="checked"][@value="1"]
168
168
]
169
169
]
170
170
'
@@ -242,7 +242,7 @@ public function testUncheckedCheckbox()
242
242
./label
243
243
[.=" [trans]Name[/trans]"]
244
244
[
245
- ./input[@type="checkbox"][@name="name"][@id="my&id"][@class="my&class"][not(@checked)]
245
+ ./input[@type="checkbox"][@name="name"][@id="my&id"][@class="my&class form-check-input "][not(@checked)]
246
246
]
247
247
]
248
248
'
@@ -262,7 +262,7 @@ public function testCheckboxWithValue()
262
262
./label
263
263
[.=" [trans]Name[/trans]"]
264
264
[
265
- ./input[@type="checkbox"][@name="name"][@id="my&id"][@class="my&class"][@value="foo&bar"]
265
+ ./input[@type="checkbox"][@name="name"][@id="my&id"][@class="my&class form-check-input "][@value="foo&bar"]
266
266
]
267
267
]
268
268
'
@@ -487,7 +487,7 @@ public function testSingleChoiceExpandedAttributes()
487
487
./label
488
488
[.=" [trans]Choice&B[/trans]"]
489
489
[
490
- ./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)][@class="foo&bar"]
490
+ ./input[@type="radio"][@name="name"][@id="name_1"][@value="&b"][not(@checked)][@class="foo&bar form-check-input "]
491
491
]
492
492
]
493
493
/following-sibling::input[@type="hidden"][@id="name__token"]
@@ -863,7 +863,7 @@ public function testMultipleChoiceExpandedAttributes()
863
863
./label
864
864
[.=" [trans]Choice&B[/trans]"]
865
865
[
866
- ./input[@type="checkbox"][@name="name[]"][@id="name_1"][not(@checked)][not(@required)][@class="foo&bar"]
866
+ ./input[@type="checkbox"][@name="name[]"][@id="name_1"][not(@checked)][not(@required)][@class="foo&bar form-check-input "]
867
867
]
868
868
]
869
869
/following-sibling::div
@@ -896,7 +896,7 @@ public function testCheckedRadio()
896
896
[@id="my&id"]
897
897
[@type="radio"]
898
898
[@name="name"]
899
- [@class="my&class"]
899
+ [@class="my&class form-check-input "]
900
900
[@checked="checked"]
901
901
[@value="1"]
902
902
]
@@ -920,7 +920,7 @@ public function testUncheckedRadio()
920
920
[@id="my&id"]
921
921
[@type="radio"]
922
922
[@name="name"]
923
- [@class="my&class"]
923
+ [@class="my&class form-check-input "]
924
924
[not(@checked)]
925
925
]
926
926
]
@@ -945,7 +945,7 @@ public function testRadioWithValue()
945
945
[@id="my&id"]
946
946
[@type="radio"]
947
947
[@name="name"]
948
- [@class="my&class"]
948
+ [@class="my&class form-check-input "]
949
949
[@value="foo&bar"]
950
950
]
951
951
]
0 commit comments