Ok, thanks Peter. I will use the php.
However, I now have two questions:
1. For my radio fields it generates like 'options' => [__( 'One{/translate}', '{translate}Multiple', 'your-text-domain' )],
- without my values. But my conditional logic is based on the values not the labels. Is this an error and do I need to edit the php to be something like: 'options' => [
'0' => __( 'One', 'your-text-domain' ),
'1' => __( 'Multiple', 'your-text-domain' )
],
2. Are the fields still serialized when I do it this way?
Thanks,
Yasmine