formiojs
Version:
Common js library for client side interaction with <form.io>
18 lines (17 loc) • 339 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _default = {
label: 'Checkbox - Radio',
inputType: 'radio',
tableView: false,
defaultValue: false,
key: 'checkboxRadio',
type: 'checkbox',
name: 'radio',
value: 'true',
input: true
};
exports.default = _default;