Skip to content

Commit 6b079ce

Browse files
committed
Update check box
1 parent dff622e commit 6b079ce

1 file changed

Lines changed: 39 additions & 27 deletions

File tree

  • content/en/docs/refguide/modeling/pages/input-widgets

content/en/docs/refguide/modeling/pages/input-widgets/check-box.md

Lines changed: 39 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -18,42 +18,50 @@ For example, this checkbox allows you to see, and set, whether someone is subscr
1818

1919
{{< figure src="/attachments/refguide/modeling/pages/input-widgets/check-box/check-box.png" >}}
2020

21-
## 2 Properties
21+
## 2 Properties Pane
2222

23-
An example of checkbox properties is represented in the image below:
23+
The properties pane is divided into two major sections by a toggle at the top of the pane: **Properties** and **Styling*. Checkbox properties consist of the following sections:
2424

25-
{{< figure src="/attachments/refguide/modeling/pages/input-widgets/check-box/check-box-properties.png" width="250" >}}
26-
27-
Checkbox properties consist of the following sections:
28-
29-
* [Common](#common)
25+
Properties:
3026
* [Data source](#data-source)
31-
* [Design Properties](#design-properties)
32-
* [Editability](#editability)
33-
* [Events](#events)
34-
* [Formatting](#formatting)
3527
* [Label](#label)
28+
* [Editability](#editability)
3629
* [Visibility](#visibility)
30+
* [Common](#common)
31+
* [Events](#events)
3732

38-
### 2.1 Common Section{#common}
33+
Styling:
34+
* [Design Properties](#design-properties)
35+
* [Common](#common-styling)
3936

40-
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
37+
Miscellaneous:
38+
* [Formatting](#formatting)
39+
40+
## 3 Properties
4141

42-
### 2.2 Data Source Section{#data-source}
42+
### 3.1 Data Source Section{#data-source}
4343

4444
{{% snippet file="/static/_includes/refguide/data-source-section-link.md" %}}
4545

46-
### 2.3 Design Properties Section{#design-properties}
46+
### 3.2 Label Section{#label}
4747

48-
{{% snippet file="/static/_includes/refguide/design-section-link.md" %}}
48+
{{% snippet file="/static/_includes/refguide/label-section-link.md" %}}
4949

50-
### 2.4 Editability Section{#editability}
50+
### 3.3 Editability Section{#editability}
5151

5252
{{% snippet file="/static/_includes/refguide/editability-section-link.md" %}}
5353

54-
### 2.5 Events Section{#events}
54+
### 3.4 Visibility Section{#visibility}
55+
56+
{{% snippet file="/static/_includes/refguide/visibility-section-link.md" %}}
57+
58+
### 3.5 Common Section{#common}
5559

56-
#### 2.5.1 On Change{#on-change}
60+
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
61+
62+
### 3.6 Events Section{#events}
63+
64+
#### 3.6.1 On Change{#on-change}
5765

5866
The on-change property specifies an action that will be executed when leaving the widget, either by using the <kbd>Tab</kbd> key or by clicking another widget, after the value has been changed.
5967

@@ -65,27 +73,31 @@ The on-enter property specifies an action that will be executed when the widget
6573

6674
{{% snippet file="/static/_includes/refguide/events-section-link.md" %}}
6775

68-
#### 2.5.3 On Leave
76+
#### 3.6.3 On Leave
6977

7078
The on-leave property specifies an action that will be executed when leaving the widget, either by using the <kbd>Tab</kbd> key or by clicking another widget.
7179

7280
This differs from the [On change](#on-change) property in that the event will always be triggered, even if the value has not been changed.
7381

7482
{{% snippet file="/static/_includes/refguide/events-section-link.md" %}}
7583

76-
### 2.6 Formatting Section{#formatting}
84+
## 4 Styling
7785

78-
The render mode property determines whether the widget renders as a switch or a checkbox.
86+
### 4.1 Design Properties Section{#design-properties}
7987

80-
### 2.7 Label Section{#label}
88+
{{% snippet file="/static/_includes/refguide/design-section-link.md" %}}
8189

82-
{{% snippet file="/static/_includes/refguide/label-section-link.md" %}}
90+
### 4.2 Common Section{#common-styling}
8391

84-
### 2.8 Visibility Section{#visibility}
92+
{{% snippet file="/static/_includes/refguide/common-section-link.md" %}}
8593

86-
{{% snippet file="/static/_includes/refguide/visibility-section-link.md" %}}
94+
## 5 Miscellaneous
95+
96+
### 5.1 Formatting Section{#formatting}
97+
98+
The render mode property determines whether the widget renders as a switch or a checkbox.
8799

88-
## 3 Read More
100+
## 6 Read More
89101

90102
* [Data View](/refguide/data-view/)
91103
* [Attributes](/refguide/attributes/)

0 commit comments

Comments
 (0)