samedi 11 avril 2020

Making a radio button checked in laravel collectives

How to make a radio button checked in laravel collectives?


I'm taking the value from the database and I need to select the appropriate gender value.

$data->gender

Full code is as follows

<div class="col-sm-9" style="margin:auto">
    <div class="form-check form-check-inline">
        
        <label class="form-check-label ml-2" for="inlineRadio1">Male</label>
    </div>
    <div class="form-check form-check-inline">
        
        <label class="form-check-label ml-2" for="inlineRadio2">Female</label>
    </div>
</div>


via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire