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
With some templating magic you can come up something like this (and so, there is a reason to use grouping with expanded choices)..
Now, the problem is that DefaultChoiceListFactory::flatten will merge the darkblue and lightblue into the same value key (both checkboxes will have the value="0") and upon postback the third checkbox value will be lightblue instead of the properly selected darkblue.
This concept works well with Symfony Form 2.6.