Re: input radio always checked?

2010-03-26 Thread Gianluca
Once again, silly me. The several value are setting each time the value for the radio. So when the first one is created, value = 'always' and it is checked. When Cake parses the second input and creates it, it sets the value to 'exact', and the second one is checked. So I was finding always the la

input radio always checked?

2010-03-26 Thread Gianluca
Hello everybody, In the app I am building I have these three radios: echo $form->input('RuleRecurrence.weekdayconditions', array( 'type' => 'radio', 'options' => array('always' => 'Sempre'), 'checked' => ($WeekdayCondition == 'always' ? true