I would like to create a radio button with backgroundcolor=red.
I have this HTML code:
<input type="radio" id="car" name="carname" class="k-radio"/>
<label class="k-radio-label" for="car">car</label>
I would to set background-color of kendo-radiobutton.