mixed reverseTransform(array $values)
Transforms a checkbox/radio button array to a single choice.
The input value is an array with the choices as keys and true/false as values, depending on whether a given choice is selected. The output is the selected choice.
Please login to continue.