I want to assign different values to a CSS property for some other element when different radio buttons are checked.
`<input type="radio" name="for-image" id="img-1">
<input type="radio" name="for-image" id="img-2">
<input type="radio" name="for-image" id="img-3">`