Реализовал пока так, вероятно это не верный вариант, но всё работает.
function check()
{if (brief1.checked == true)
{window.open("https://webformat.by/brief/brief-seo.php");}
else if (brief2.checked == true)
{window.open("https://webformat.by/brief/brief-smm.php");}
else (brief3.checked == true)
{window.open("https://webformat.by/brief/brief-context.php");}
}