0
I am trying to activate the edges of a box when the checkbox is selected but not working.
.radio input[type="radio"]:checked+.border {
border: 3px solid #f70024 !important;
}
<div class="col-md-3 border">
<div class="radio-inline radio input_type">
<input id="Vodafone" name="73_answer" type="radio" value="Vodafone">
<label title="Vodafone" for="Vodafone">Stack Overflow em Português</label>
</div>
</div>
Please translate your question, this is Stackoverflow at portuguese.
– user28595
I’m sorry but I had an idea that it was in the English version, anyway I have translated.
– mauro
activate the edges of that box?
– user60252