5 lines
102 B

<script>
export let indeterminate;
</script>
<input type='checkbox' indeterminate='{indeterminate}'>