mixed reverseTransform(mixed $values)
Transforms a checkbox/radio button array to an array of choices.
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 an array with the selected choices.
Please login to continue.