<html>
<head>
</head>
<body>
<script>
document.body.insertAdjacentHTML('beforeend', '<input type="checkbox">'.repeat(Math.trunc(Math.random()*50)));
document.querySelectorAll('input').forEach(el => el.checked = !Math.round(Math.random()));
</script>
</body>
</html>
случайное от 0 до 50 если делать вообще случайное может комп не потянуть