access-nyc-patterns
Version:
User Interface Patterns for Benefits Access
15 lines (14 loc) • 571 B
text/slim
/
/ Radios
/
- if (typeof text === 'undefined')
- ;
label class='radio' for='client-phone-type-home' data-sketch-symbol=symbol data-sketch-symbol-instance=instance
input id='client-phone-type-home' value='home' type='radio' name='Client.phoneType'
span class='radio__label' Home
- else
- ;
label class='radio' for='client-phone-type-${text[1]}' data-sketch-symbol=symbol data-sketch-symbol-instance=instance
input id='client-phone-type-${text[1]}' value='${text[1]}' type='radio' name='Client.phoneType'
span class='radio__label'
= text[0];