You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
choices can be a nested array, there is also a group_by option in entity type, those can be used to group entities in HTML optgroup tags, but this only work for select widgets.
Shouldn't this also be applied to checkboxes and radios (with a fieldset and a legend)?
I agree with this. The ability to group check boxes and radios is very important and unless I'm missing something, symfony makes this extremely hard to do if not impossible to do cleanly.
choices
can be a nested array, there is also agroup_by
option inentity
type, those can be used to group entities in HTMLoptgroup
tags, but this only work forselect
widgets.Shouldn't this also be applied to
checkboxes
andradios
(with a fieldset and a legend)?Might help for the use case described in #5286.
The text was updated successfully, but these errors were encountered: