File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 217217 <div class =" col-sm-4 col-md-3 col-lg-2" >
218218 <div class =" form-check" >
219219 <input class =" form-check-input" type =" checkbox" value =" 1" name =" column_city"
220- id =" column_city" checked >
220+ id =" column_city" >
221221 <label class =" form-check-label" for =" column_city" >
222222 {{ trans(' city' ) }}
223223 </label >
226226 <div class =" col-sm-4 col-md-3 col-lg-2" >
227227 <div class =" form-check" >
228228 <input class =" form-check-input" type =" checkbox" value =" 1" name =" column_province"
229- id =" column_province" checked >
229+ id =" column_province" >
230230 <label class =" form-check-label" for =" column_province" >
231231 {{ trans(' province' ) }}
232232 </label >
235235 <div class =" col-sm-4 col-md-3 col-lg-2" >
236236 <div class =" form-check" >
237237 <input class =" form-check-input" type =" checkbox" value =" 1" name =" column_zip_code"
238- id =" column_zip_code" checked >
238+ id =" column_zip_code" >
239239 <label class =" form-check-label" for =" column_zip_code" >
240240 {{ trans(' zip-code' ) }}
241241 </label >
244244 <div class =" col-sm-4 col-md-3 col-lg-2" >
245245 <div class =" form-check" >
246246 <input class =" form-check-input" type =" checkbox" value =" 1" name =" column_country"
247- id =" column_country" checked >
247+ id =" column_country" >
248248 <label class =" form-check-label" for =" column_country" >
249249 {{ trans(' country' ) }}
250250 </label >
You can’t perform that action at this time.
0 commit comments