How can I insert an attribute (id) into the input (radio) of my form?
I tried some ways but I did not succeed, could anyone give me a tip?
My last attempt...:
CustomerFormatter.php:
getFormat(){}
$doc_typeField = (new FormField)
->setName('doc_type')
->setType('radio...