// Compiled from: Radio_Button.jqhtml
(function() {
'use strict';
const template_Radio_Button = {
_jqhtml_version: '2.2.185',
name: 'Radio_Button',
tag: 'input',
defaultAttributes: {"type": "radio", "class": "form-check-input"},
render: function render(data, args, content, jqhtml) { let _output = []; const _cid = this._cid; const that = this;
_output.push(" "); return [_output, this]; },
dependencies: []
};
// Self-register with jqhtml runtime
// Must use window.jqhtml since we're in bundle scope
if (!window.jqhtml) {
throw new Error('FATAL: window.jqhtml is not defined. The jqhtml runtime must be loaded before registering templates.');
}
// Auto-register following standard jqhtml pattern
window.jqhtml.register_template(template_Radio_Button);
})();
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJhZGlvX2J1dHRvbi5qcWh0bWwiXSwic291cmNlc0NvbnRlbnQiOlsiPERlZmluZTpSYWRpb19CdXR0b24gdGFnPVwiaW5wdXRcIiB0eXBlPVwicmFkaW9cIiBjbGFzcz1cImZvcm0tY2hlY2staW5wdXRcIj5cbjwvRGVmaW5lOlJhZGlvX0J1dHRvbj5cbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUNBO0FBQ0E7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQSIsIm5hbWVzIjpbXX0=