Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
チェックボックスlaravel 4のcheckedプロパティを確認する方法、試してみます
checkbox =>{{Form::checkbox('same_as_billing', false)}} @if(same_as_billing==true) ... @endif
しかし、うまくいきません
それは 3 番目のパラメーターです。
{{Form::checkbox('same_as_billing', 1, true)}}
2 番目のパラメータは値で、デフォルトは 1 です。