DMElement.Checked Property

Definition

Sets and gets the value indicating whether the focused CheckBox (<input type= »checkbox »>) is checked.

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
public override bool Checked
public override bool Checked
public override bool Checked

Property Value

bool

Examples

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
tab0.CheckBox(<xpath to checkbox>).Checked = true;
tab0.CheckBox(“<xpath to checkbox>”).Checked = true;
tab0.CheckBox(“<xpath to checkbox>”).Checked = true;