CheckBoxFormPrBase
特定复选框/单选按钮属性。
类型
对象
属性
| 名称 | 类型 | 描述 |
|---|---|---|
| radio | boolean | 指定当前复选框是否为单选按钮。在这种情况下,key 参数被视为单选按钮组的标识符。 |
示例
此示例创建具有特定复选框表单属性的复选框表单。
// How to create a checkbox form with its base properties.
// Create the base properties and apply them to the ApiCheckBoxForm object.
let checkBoxFormPrBase = {"radio": true};
let checkBoxForm = Api.CreateCheckBoxForm(checkBoxFormPrBase)