CheckBoxFormPrBase

type CheckBoxFormPrBase = object

Description

Specific checkbox / radio button properties.

Properties

radiobooleandefault: 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)

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).