Improved UICheckBox. Fixed a bug and simplified UIPluginManager.

This commit is contained in:
Martín Lucas Golini
2024-01-28 02:15:58 -03:00
parent 2ae84f7c9d
commit 1399d23770
9 changed files with 89 additions and 47 deletions

View File

@@ -431,6 +431,29 @@ Sets the percentage of scroll of a page that triggers a page change in a ViewPag
---
### checked
Sets as checkbox as checked
* Applicable to: EE::UI::UICheckBox (CheckBox).
* Data Type: [boolean](#boolean-data-type)
* Default value: `false`
---
### check-mode
Checkboxs have two possible interaction modes for changing its checked state.
* Applicable to: EE::UI::UICheckBox (CheckBox).
* Data Type: [string-list](#string-list-data-type)
* Value List:
* `element`: Checked state will change by clicking anywhere in the widget (clicking over text or icon)
* `button`: Checked state will only change by clicking over the icon
* Default value: `element`
---
### click-step
For any element that has a stepped value change, this sets the step variation for a click to the