aceUICheckbox

The aceUICheckbox widget allows for single-row checkbox options.

Minion

Configuration

Attribute Description Default
"editable" boolean

Whether or not the field should be editable.
true
"checkboxLabel" string

A label shown to the right of the checkbox.
""
"checkedValue" ANY

Value to set when the checkbox is checked.
true
"uncheckedValue" ANY

Value to set when the checkbox is unchecked.
false

Localization

This widget has localization support.

Localizable configuration properties: checkboxLabel.

Expected domain objects

This widget expects a single domain object of any type.

Example template json

{
  "widget": "aceUICheckbox",
  "config": {
    "checkboxLabel": "Checkbox label"
  },
  "domainObject": "article/checkme"
}