Attempting to update the checkbox state on the UI, but it appears that componentHandler.upgradeElements
is not having any effect.
I have also attempted to use
componentHandler.upgradeAllRegistered();
and componentHandler.upgradeElement
.
Unlike the slider, where we can use
xxxx.MaterialSlider.change(newvalue);
to set the state, there does not seem to be a similar method for the checkbox.