mercredi 23 septembre 2020

Laravel: How to set value of Checkbox from database

The checkbox does not take the value from the database. Help please. Thank you.

edit.blade.php

                                    <div class="form-group">
                                        <input type="checkbox" class="" id="onloan" value="">
                                        <label for="onloan">On Loan</label>
                                    </div>



Aucun commentaire:

Enregistrer un commentaire