css - materializecss style radio button as button -


i try style video controls.

i want 2 radio buttons fast forward / rewind.

<input name="group1" type="radio" id="ff" /> <label for="ff"><i class="material-icons">fast_forward</i></label> <input name="group1" type="radio" id="fr" /> <label for="fr"><i class="material-icons">fast_rewind</i></label> 

how can style them appear buttons pressed state selected radio button?


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -