Add default value from selection

Solved by updating the second value in get_option like

$location   =   get_option('location_select', 'ch');

Codex Reference:
https://developer.wordpress.org/reference/functions/get_option