/home/ntu100/www/wp-content/themes/flatsome/inc/admin/options/shop/options-shop-store-notice.php
<?php

Flatsome_Option::add_field( 'option', array(
	'type'      => 'checkbox',
	'settings'  => 'woocommerce_store_notice_top',
	'label'     => __( 'Move store notice to the top', 'flatsome-admin' ),
	'section'   => 'woocommerce_store_notice',
	'default'   => 0
) );