@formio/bootstrap
Version:
Bootstrap templates for Form.io forms
14 lines (13 loc) • 335 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default=function(ctx) {
var __t, __p = '', __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
if (ctx.selected) { ;
__p +=
((__t = (ctx.t(ctx.option.label, { _userInput: true }))) == null ? '' : __t);
} ;
__p += '\n';
return __p
}