adamwathan / bootforms

Rapid form generation with Bootstrap 3 and Laravel.
MIT License
417 stars 103 forks source link

Setting checked value for checkbox #116

Closed grafikkaos closed 7 years ago

grafikkaos commented 8 years ago

How does one set the default value of a checkbox using BootForm? I am trying the following code but I cant seem to get it to work. I am using laravel 5.2

{!! $interestControl = BootForm::checkbox($interest, 'interests[]')->value($interest) !!}
@php
$interestControl->defaultCheckedState($key);
@endphp

Any ideas would be great...

adamwathan commented 7 years ago

Check the documentation for the underlying form package here:

https://github.com/adamwathan/form#checkboxes-and-radio-buttons