Skip to content

Solution for mapping multiple checkboxes on a ObjectStorage type of property

Notifications You must be signed in to change notification settings

andreitodoruts/TYPO3-MultipleCheckboxes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

MultipleCeckboxes on the same property

There is a solution to map multiple checkboxes on a property using <f:form.checkbox />

Controller implementation

public function initializeAction() 
{   
    $requestService = new RequestService();
    
    $validArguments = $requestService->resolveEmptyIdentityFields(
                        $this->request->getArgument('field'));
    
}

About

Solution for mapping multiple checkboxes on a ObjectStorage type of property

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages