This is an automated email from the ASF dual-hosted git repository.
andreww pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 09e23f8 Update jewel-checkbox.md minor edits
09e23f8 is described below
commit 09e23f81a2747c7cc1b945e6662657cc87cb1049
Author: Andrew Wetmore <[email protected]>
AuthorDate: Tue Dec 17 13:08:36 2024 -0400
Update jewel-checkbox.md minor edits
---
component-sets/jewel/jewel-checkbox.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/component-sets/jewel/jewel-checkbox.md
b/component-sets/jewel/jewel-checkbox.md
index cb1b63f..4392b70 100644
--- a/component-sets/jewel/jewel-checkbox.md
+++ b/component-sets/jewel/jewel-checkbox.md
@@ -35,7 +35,7 @@ Available since version __0.9.4__.
## Overview
-The Jewel CheckBox consists of a selectable box that can contain a check mark
and an optional label. When a user clicks or touches this control or its
associated text, the CheckBox changes its state from checked to unchecked or
from unchecked to checked, communicating clearly a binary condition. Checkboxes
can appear alone or in groups, and can be selected and deselected individually.
+The Jewel CheckBox consists of a selectable box that can contain a check mark
and an optional label. When a user clicks or touches this control or its
associated text, the CheckBox changes its state from checked to unchecked or
from unchecked to checked, communicating clearly a binary condition. CheckBoxes
can appear alone or in groups, and can be selected and deselected individually.
## Example of use
@@ -80,7 +80,7 @@ None.
## Relevant Events
-The `CheckBox` has a _change_ event of type
[org.apache.royale.events.Event](https://royale.apache.org/asdoc/index.html#!org.apache.royale.events/Event){:target='_blank'}.
This event is dispatched when the control is selected or deselected by the
user. Notice that Programmatic changes will not trigger this event.
+The `CheckBox` has a _change_ event of type
[org.apache.royale.events.Event](https://royale.apache.org/asdoc/index.html#!org.apache.royale.events/Event){:target='_blank'}.
This event is dispatched when the control is selected or deselected by the
user. Notice that programmatic changes will not trigger this event.
Since this component is in essence a button, it has a _click_ event as well.
When the user clicks the control it dispatches a normal _click_ event.