Checkbox
Presentations
v1.0
zero-schema
No description provided.
Required fields
PresentationType Name
Properties
PresentationType
string
required
Indicates the type of presentation for the component. It can be a single checkbox or a list of checkboxes.
Allowed Checkbox
Name
string
required
Represents the name of the checkbox component that identifies the checkbox.
Default
"Undefined"Label
string
optional
The label specifies the description of checkbox.
EnableSelectAll
boolean
optional
A boolean flag to enable or disable the Select All functionalities for a checkbox.
Default
falseIsTile
boolean
optional
Species wheather a checkbox is displayed as tile.
Default
falseLabelColor
string
optional
The color of checkbox label or description.
Default
"black"ActiveColor
string
optional
The color applied to checkbox container when it is in active state.
Default
"#531A5A"CheckColor
string
optional
The color of checkbox itself when it is checked.
Default
"white"Studio editor metadata
Shapes the studio editor; not enforced at runtime.
LabelColor{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "LabelColor",
"PresentationType": "ColorPicker"
}
ActiveColor{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "ActiveColor",
"PresentationType": "ColorPicker"
}
CheckColor{
"OnChange": {
"To": "{{ Id }}",
"Handler": "Whisper"
},
"InitialValue": "{{ Value }}",
"DisplayText": "CheckColor",
"PresentationType": "ColorPicker"
}