Ion-checkbox: how to set indeterminate

Hello,

How can a get indeterminate state on a ion-checkbox?
image

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. :smile:

2 Likes

Wow, that is exactly what I need.
Thanks a lot!

1 Like