DMElement.Checked Property
Definition
Sets and gets the value indicating whether the focused CheckBox (<input type=”checkbox”>) is checked.
public override bool Checked
Property Value
bool
Examples
tab0.CheckBox(“<xpath to checkbox>”).Checked = true;