how to get checkbox in html code example
Example: commande checkbox html
<!doctype html>
<html>
<body>
<input type="checkbox">
<input type="radio">
</body>
</html>
<!doctype html>
<html>
<body>
<input type="checkbox">
<input type="radio">
</body>
</html>