With HTML a checkbox is created like this:
Category1
Straight from the jQ Mobile docs:
$("input[type='checkbox']").attr("checked",true);