Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
hores-external
/
be50d49a1de3579494650ceb3cad0f04719b087f
/
.
/
node_modules
/
material-design-lite
/
src
/
radio
/
snippets
/
radio-off.html
blob: db347e6b1ebe94941f5ea6ef7be612def84ebf1d [
file
] [
log
] [
blame
]
<label
class
=
"mdl-radio mdl-js-radio mdl-js-ripple-effect"
for
=
"option-2"
>
<input
type
=
"radio"
id
=
"option-2"
class
=
"mdl-radio__button"
name
=
"options"
value
=
"2"
>
<span
class
=
"mdl-radio__label"
>
Second
</span>
</label>