Animate, HTML5 checkbox, radio button - Initial Values?
I am attempting to use an Animate HTML5 canvas document with radio buttons and checkboxes.
I would like some of the checkboxes to be initially displayed as checked.
I drag a checkbox component to the canvas, give it a name (chkBox1) and open the component parameters: There are label, value, disabled, visible and class properties.
The question is how to set the initial value of the checkbox to be checked.
There is a similar question can be asked relative to radio buttons as I would like a default selection identified when first displayed.
