Here is an example of using the Form Field 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-form-field label="My Field">
<uwc-checkbox></uwc-checkbox>
</uwc-form-field>
</body>
</html>