A user interface element E which is checked (for instance a radio-button or checkbox) (Source: W3C)
<input type="checkbox" id="theCheckbox" value="1" />
input:checked{margin-left:50px}
In the example, the checkbox should move 50px to the right when checked.