芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/lib/form/templates/element-radio.mustache
{{! @template theme_boost/core_form/element-radio Example context (json): { "element": { "id": "id_test_radio0", "name": "test_radio_button" } } }}
{{#text}}
{{{label}}}
{{/text}}
{{^element.hardfrozen}}{{#element.frozen}}{{#element.checked}}
{{/element.checked}}{{/element.frozen}}{{/element.hardfrozen}}
{{#text}} {{{.}}} {{/text}} {{^text}} {{{label}}} {{/text}}
{{#required}}
{{#pix}}req, core, {{#str}}required{{/str}}{{/pix}}
{{/required}} {{#advanced}}
!
{{/advanced}} {{{helpbutton}}}
{{{error}}}
{{^element.frozen}} {{#js}} require(['theme_boost/form-display-errors'], function(module) { module.enhance({{#quote}}{{element.id}}{{/quote}}); }); {{/js}} {{/element.frozen}}