Dogfalo / materialize

Materialize, a CSS Framework based on Material Design
https://materializecss.com
MIT License
38.86k stars 4.74k forks source link

indeterminate-checkbox #3068

Closed MetaiR closed 8 years ago

MetaiR commented 8 years ago

hi all, i saw the samples but i couldn't find any thing about which class has to be given to indeterminate checkbox to make an indeterminate-checkbox

Dogfalo commented 8 years ago

indeterminate is an html property that you set in javascript

MetaiR commented 8 years ago

@Dogfalo can you show me the samples about that?

acburst commented 8 years ago

https://developer.mozilla.org/en-US/docs/Web/CSS/:indeterminate

ermarkar commented 4 years ago

how can i set materializecss checkbox state to indeterminate?? any working sample please?