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

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -