UNPKG

formiojs

Version:

Common js library for client side interaction with <form.io>

42 lines (41 loc) 738 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = { 'conditional': { 'eq': '', 'when': null, 'show': '' }, 'tags': [], 'type': 'radio', 'validate': { 'customPrivate': false, 'custom': '', 'required': false }, 'persistent': true, 'protected': false, 'defaultValue': '', 'values': [{ 'label': 'Red', 'value': 'red' }, { 'label': 'Green', 'value': 'green' }, { 'label': 'Blue', 'value': 'blue' }, { 'label': 'Yellow', 'value': 'yellow' }], 'key': 'favoriteColor', 'label': 'Favorite Color', 'inputType': 'radio', 'tableView': true, 'input': true }; exports.default = _default;