Hello,
How can a get indeterminate state on a ion-checkbox?

Thanks!
Hello,
How can a get indeterminate state on a ion-checkbox?

Thanks!
You can use the checkbox classes to override the indeterminate state. Here’s a codepen example: http://codepen.io/brandyshea/pen/PqYzEz
The JS is a little wonky but you get the idea. 
Wow, that is exactly what I need.
Thanks a lot!