array(
'id' => 'radio',
'name' => esc_html__( 'Radio', 'metabox-online-generator' ),
'type' => 'radio',
'placeholder' => 'Escribe aquí',
'options' => array(
1 => esc_html__( 'label 1', 'metabox-online-generator' ),
esc_html__( 'label 2', 'metabox-online-generator' ),
esc_html__( 'label 3', 'metabox-online-generator' ),
),
'inline' => 'true',
),