質問編集履歴
1
誤字
title
CHANGED
File without changes
|
body
CHANGED
@@ -18,13 +18,13 @@
|
|
18
18
|
<label class="col-md-4 col-form-label text-md-right">{{ __('messages.category') }}</label>
|
19
19
|
<div class="category-checkbox col-md-6 my-auto">
|
20
20
|
<label>
|
21
|
-
<input type="checkbox" name="
|
21
|
+
<input type="checkbox" name="question[7][0]" value="{{ __('messages.hoge') }}" id="checkbox"
|
22
|
-
@if (old('
|
22
|
+
@if (old('question.7.0') == __('messages.hoge')) checked @endif>
|
23
23
|
{{ __('messages.hoge') }}
|
24
24
|
</label>
|
25
25
|
<label>
|
26
|
-
<input type="checkbox" name="
|
26
|
+
<input type="checkbox" name="question[7][1]" value="{{ __('messages.hogehoge') }}" id="checkbox"
|
27
|
-
@if (old('
|
27
|
+
@if (old('question.7.1') == __('messages.hogehoge')) checked @endif>
|
28
28
|
{{ __('messages.hogehoge') }}
|
29
29
|
</label>
|
30
30
|
</div>
|