Well, what i mean is, if the genre stored of a member is male, it
should be active in "Chico", so how can i do it? using if's and
functions that retrieve the genre of the member to set the radio
button state ?

Javi

On Mar 25, 7:03 pm, Javier Garcia <tirengar...@gmail.com> wrote:
> Hi,
>
> i have an edit form with a choice widget with radio buttons.
>
> Symfony renders the options in a column, but I wanted the choices in the
> same line this way:
>
> Sexo: Chico (o) Chica ()
>
> So i have modified the code from the line <?php echo $form['sexo']?> to
> this:
>
> <ul>
> <li id="chico">
> <label class="etiqueta_opcion_sexo" for="usuario_sexo_0">Chico</label>
> <input type="radio" id="usuario_sexo_0" value="0" name="usuario[sexo]">
> </li>
>
> <li>
>
> <label class="etiqueta_opcion_sexo" for="usuario_sexo_1">Chica</label>
> <input type="radio" id="usuario_sexo_1" value="1" name="usuario[sexo]">
> </li>
> </ul>
>
> But now, how can i set the checked one? Using if's? or is there any more
> elegant way?
>
> Regards
>
> Javi

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

To unsubscribe from this group, send email to 
symfony-users+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.

Reply via email to