I would like to send parameters by means of a class in the radio type inputs to the laravel driver without touching the property name
<div class="form-group col-lg-6 col-xs-12">
<label class="control-label">Sexo:</label>
<label for="radio-1">Masculino</label>
<input type="radio" name="masculino" id="radio-1value="1">
<label for="radio-2">Femenino</label>
<input type="radio" name="femenino" id="radio-2"value="1">
</div>