Here is an example of using the Radio in a plain html page:

<html>
<head>
<link href="https://developer.temenos.com/uux/base.css" rel="stylesheet" />
<script src="https://developer.temenos.com/uux/unified-ux-web.min.js"></script>
</head>
<body>
<uwc-radio name="myGroup" value="value1"></uwc-radio>
<uwc-radio name="myGroup" value="value2" checked></uwc-radio>
</body>
</html>