Edit in JSFiddle

<input type="checkbox" id="light">
<label for="light">Включить свет</label>
input:checked + label {
    color: yellow;
}