Materialize css radio button

     Materialize css have default class for radio button design, and no need to apply any special class. The materialize css will take the style when you define radio button.


    <input name="grp1" type="radio" id="r1">

    <label for="r1">Radio 1</label>



    <input name="grp1" type="radio" id="r2">

    <label for="r2">Radio 2</label>




Example Program:- (Editor)


Editor is Loading...

Advertisement

Nhận xét

Bài đăng phổ biến từ blog này

Tourist places in kk district:1) Thiruvalluvar statue

Variable in CSS

How to set multiple images in a loop javascript?