You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by an...@apache.org on 2019/12/08 00:01:14 UTC

[royale-docs] branch master updated: Update jewel-checkbox.md

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 0e74b79  Update jewel-checkbox.md
0e74b79 is described below

commit 0e74b791f7ef84fb95d8a4083735679fbbd6e900
Author: Andrew Wetmore <an...@cottage14.com>
AuthorDate: Sat Dec 7 20:00:11 2019 -0400

    Update jewel-checkbox.md
    
    Minor text changes.
---
 component-sets/jewel/jewel-checkbox.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/component-sets/jewel/jewel-checkbox.md b/component-sets/jewel/jewel-checkbox.md
index 6f3fd62..edc8416 100644
--- a/component-sets/jewel/jewel-checkbox.md
+++ b/component-sets/jewel/jewel-checkbox.md
@@ -16,7 +16,7 @@
 
 layout: docpage
 title: Jewel CheckBox
-description: The Jewel CheckBox consists of a selectable box, that can contain a check mark or not, and an optional label.
+description: The Jewel CheckBox consists of a selectable box that can contain a check mark and an optional label.
 permalink: /component-sets/jewel/checkbox
 ---
 
@@ -34,7 +34,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
 
@@ -115,7 +115,7 @@ parent.addElement(checkBox);
 
 ## Relevant Beads
 
-Unlike other components in Royale, the Jewel `CheckBox` does not have beads for _View_, _Controller_ or _Model_ in the Javascript platform.
+Unlike other components in Royale, the Jewel `CheckBox` does not have beads for _View_, _Controller_ or _Model_ in the JavaScript platform.
 
 On the other hand, you can add to it other common Jewel control beads to provide more functionality. Many Jewel controls share these beads.