class CheckboxListMapper implements
mapFormsToData($radios, $choice) Maps the data of a list of forms into the properties of some data
mapDataToForms($choices, $checkboxes) Maps properties of some data to a list of forms.
class RadioListMapper implements
mapDataToForms(mixed $data, FormInterface[] $forms)
mapFormsToData($checkboxes, $choices) Maps the data of a list of forms into the properties of some
mapFormsToData(FormInterface[] $forms, mixed $data)
mapDataToForms($choice, $radios) Maps properties of some data to a list of forms.
class PropertyPathMapper implements