aceUICheckbox
The aceUICheckbox widget allows for single-row checkbox options.

Configuration
| Attribute | Description | Default |
|---|---|---|
"editable" |
booleanWhether or not the field should be editable. |
true |
"checkboxLabel" |
stringA label shown to the right of the checkbox. |
"" |
"checkedValue" |
ANYValue to set when the checkbox is checked. |
true |
"uncheckedValue" |
ANYValue 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"
}