RibbonCheckBox
12 Sep 20251 minute to read
Defines the items of Ribbon.
Methods
click
Triggers the click action on the Checkbox.
| Parameter | Type | Description |
|---|---|---|
| controlId | string |
Gets the control ID. |
Returns void
updateCheckBox
Updates the checkbox.
| Parameter | Type | Description |
|---|---|---|
| prop | RibbonCheckBoxSettingsModel |
Gets the checkbox property. |
| id | string |
Gets the ID of checkbox. |
Returns void