Currently, this component in 1.0.0 has a bug where it is not exposed as a widget. This has been fixed. Currently in master and in a 1.0.1 patch in a few days, it will be available to everyone in a stable build.
This is the proper method to handle it that will work if you have a patched version:
To check the element:
document.querySelector('.mdl-js-checkbox').MaterialCheckbox.check()
And to uncheck:
document.querySelector('.mdl-js-checkbox').MaterialCheckbox.uncheck()
The full API can be discovered currently by looking at the Source code and viewing the properties that don't end in an underscore. If they end in an underscore, they are for internal use only and external use is not supported.
We are working on getting the JS API's documented, but that will take some more time to finish and roll out to the site.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…