Use $wp_customize->add_control to create a selectable “Designed/Powered By” choices select w/ link in footer?

Change this

'group1' => __( 'Group 1', 'ctotheme' ),

To this

'Group 1' => __( 'Group 1', 'ctotheme' ),

The first text ‘group1’ is the value the second is the label for the select option