nicolasbeauvais/Walrus

$form->setFieldValue() method doesn't work for radio fields

Emkir opened this issue · 1 comments

Is it possible to have a method like setFieldValue but for radio fields for adding "checked" attribute?

It's indeed not possible for now in Walrus to give a checked attribute on radio fields.

I will try to implement it duing the week as I'm very busy right now.

Regards