salix/front/core/components/radio/radio.html

8 lines
180 B
HTML
Raw Normal View History

2018-02-10 15:18:01 +00:00
<input
type="radio"
class="*[className]*"
name="*[name]*"
ng-model="*[model]*.*[name]*"
*[enabled]*>
<span class="mdl-radio__label" translate>*[text]*</span>