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

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -