#101864
tullio0106
Member

The test case

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CheckBox Overview</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link rel="stylesheet" type="text/css" href="../../../source/styles/smart.default.css" />
<link rel="stylesheet" type="text/css" href="../../../styles/demos.css" />
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body class="viewport">
<smart-check-box id="checkBox" onclick="alert('Done');">Check Box</smart-check-box>
<!-- scripts -->
<script type="module" src="../../../source/modules/smart.checkbox.js"></script>
<script type="module" src="index.js"></script>
</body>
</html>