@@ -71,15 +71,15 @@ <h2>Checkboxes</h2>
71
71
< label for ="indeterminateCheckbox "> </ label >
72
72
</ div >
73
73
< p > Inline checkboxes</ p >
74
- < div class ="checkbox abc-checkbox checkbox -inline ">
74
+ < div class ="checkbox abc-checkbox form-check -inline ">
75
75
< input type ="checkbox " class ="styled " id ="inlineCheckbox1 " value ="option1 ">
76
76
< label for ="inlineCheckbox1 "> Inline One </ label >
77
77
</ div >
78
- < div class ="checkbox abc-checkbox abc-checkbox-success checkbox -inline ">
78
+ < div class ="checkbox abc-checkbox abc-checkbox-success form-check -inline ">
79
79
< input type ="checkbox " class ="styled " id ="inlineCheckbox2 " value ="option1 " checked >
80
80
< label for ="inlineCheckbox2 "> Inline Two </ label >
81
81
</ div >
82
- < div class ="checkbox abc-checkbox checkbox -inline ">
82
+ < div class ="checkbox abc-checkbox form-check -inline ">
83
83
< input type ="checkbox " class ="styled " id ="inlineCheckbox3 " value ="option1 ">
84
84
< label for ="inlineCheckbox3 "> Inline Three </ label >
85
85
</ div >
@@ -188,11 +188,11 @@ <h2>Radios</h2>
188
188
< label for ="singleRadio2 "> </ label >
189
189
</ div >
190
190
< p > Inline radios</ p >
191
- < div class ="radio abc-radio abc-radio-info radio -inline ">
191
+ < div class ="radio abc-radio abc-radio-info form-check -inline ">
192
192
< input type ="radio " id ="inlineRadio1 " value ="option1 " name ="radioInline " checked >
193
193
< label for ="inlineRadio1 "> Inline One </ label >
194
194
</ div >
195
- < div class ="radio abc-radio radio -inline ">
195
+ < div class ="radio abc-radio form-check -inline ">
196
196
< input type ="radio " id ="inlineRadio2 " value ="option2 " name ="radioInline ">
197
197
< label for ="inlineRadio2 "> Inline Two </ label >
198
198
</ div >
0 commit comments