I have looked through the API and either I am missing it or it is not clear to me, but how can I check/uncheck an input element that is of type checkbox.
I am able to click on the input to change the state, but that is a simple toggle and relies on me knowing the existing state to set it appropriately. I am hoping for a simple way to explicitly state that I want it checked or unchecked.
Thanks in advance for any feedback!
-Kerry