Skip to content

Instantly share code, notes, and snippets.

View dwickern's full-sized avatar

Derek Wickern dwickern

View GitHub Profile
<label>
<Input @type="checkbox" @indeterminate={{true}}/>
working
</label>
<br>
<label>
<Input @type="checkbox" indeterminate={{true}}/>
not working
</label>