We'll create fresh WordPress site with Custom Design for HTML Tags installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Custom Design for HTML Tags
Simple plugin allow to creating custom design for Checkbox and Radio buttons HTML tags on you site. Plugins Support: WooCommerce, Contact Form 7.
You can also generate code (CSS, JS) and copy it to your theme.
Change design for Checkbox:
Change design for Radio Button:
<!--some code -->
<label>
<input type="checkbox" name="test-checkbox"> Test Checkbox
</label>
<label>
<input type="radio" name="colors"> Red
</label>
<label>
<input type="radio" name="colors"> Green
</label>
<label>
<input type="radio" name="colors"> Blue
</label>
<!--some code -->