Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

$meta_query = array(
	array(
		'key'     => 'show_on_team_page',
		'value'   => '1',
		'compare' => '=',
		'type'    => 'BINARY',
	),
);