Desktop is class List and Mobile is class Grid
input type="radio" class="list" checked !-- checked, desktop --
input type="radio" class="grid" !-- checked, mobile --
Here class list is desktop and mobile. I know it is css media screen. How can I change the mobile is class grid and desktop is class list? Now it is only list on the first, both desktop and mobile.