CheckBoxFormPrBase
type CheckBoxFormPrBase = object
Description
Specific checkbox / radio button properties.
Properties
- radio
boolean
null Specifies if the current checkbox is a radio button. In this case, the key parameter is considered as an identifier for the group of radio buttons.
Try It
var oCheckBoxFormPrBase = {"radio": true};
var oCheckBoxForm = Api.CreateCheckBoxForm(oCheckBoxFormPrBase)