uwc-radio
uwc-radio code examples, properties, methods, events and Live Demo.InstallationWeb

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>
Implementation
Properties

Inherits from Material Components Web - Radio

Live Demo
Configuration
Modifiers