For checkboxes, if the value of the checkbox is true, add the "checked" property, otherwise add nothing.
A value with a truthiness indicative of whether the checkbox is checked
<label>My Checkbox</label><input type="checkbox" name="myCheckbox" {{checked myCheckbox}}> Copy
<label>My Checkbox</label><input type="checkbox" name="myCheckbox" {{checked myCheckbox}}>
For checkboxes, if the value of the checkbox is true, add the "checked" property, otherwise add nothing.