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.
Example Program:- (Editor)
Editor is Loading...
Advertisement
<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
Đăng nhận xét