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
RSS Feed
Twitter
10:57
Muhammad Kaif

Posted in
0 comments:
Post a Comment