Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
4f968f07aaff9c4c756d6a1b099576790bfee9df
/
.
/
node_modules
/
material-design-lite
/
src
/
radio
/
snippets
/
radio-on.html
blob: 223f2c61893d48c17ad35179491a242a6f5794fb [
file
] [
log
] [
blame
]
<label
class
=
"mdl-radio mdl-js-radio mdl-js-ripple-effect"
for
=
"option-1"
>
<input
type
=
"radio"
id
=
"option-1"
class
=
"mdl-radio__button"
name
=
"options"
value
=
"1"
checked
>
<span
class
=
"mdl-radio__label"
>
First
</span>
</label>