Profile

CodeBits

Expand Cut Tags

No cut tags
lithiumdoll: (Default)
[personal profile] lithiumdoll posting in [community profile] codebits
HTML
<input type='radio' name='example' id='example1' value='1'> <label for='example1'>Option 1</label>
<input type='radio' name='example' id='example2' value='2'> <label for='example2'>Option 1</label>

CSS
input[type=radio]+label {
	color: red
	}
		
input[type=radio]:checked+label {
	color: green
	}
RESULT
Input label red when box unchecked, green when it is.
This account has disabled anonymous posting.
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

Style Credit

Page generated Aug. 9th, 2025 01:24 pm
Powered by Dreamwidth Studios