質問編集履歴
1
誤字
test
CHANGED
File without changes
|
test
CHANGED
@@ -38,9 +38,9 @@
|
|
38
38
|
|
39
39
|
<label>
|
40
40
|
|
41
|
-
<input type="checkbox" name="question
|
41
|
+
<input type="checkbox" name="question[7][0]" value="{{ __('messages.hoge') }}" id="checkbox"
|
42
42
|
|
43
|
-
@if (old('question
|
43
|
+
@if (old('question.7.0') == __('messages.hoge')) checked @endif>
|
44
44
|
|
45
45
|
{{ __('messages.hoge') }}
|
46
46
|
|
@@ -48,9 +48,9 @@
|
|
48
48
|
|
49
49
|
<label>
|
50
50
|
|
51
|
-
<input type="checkbox" name="question
|
51
|
+
<input type="checkbox" name="question[7][1]" value="{{ __('messages.hogehoge') }}" id="checkbox"
|
52
52
|
|
53
|
-
@if (old('question
|
53
|
+
@if (old('question.7.1') == __('messages.hogehoge')) checked @endif>
|
54
54
|
|
55
55
|
{{ __('messages.hogehoge') }}
|
56
56
|
|