|
49 | 49 | <ion-content id="content" class="ion-padding"> |
50 | 50 | <h1>Placement Start</h1> |
51 | 51 | <div class="grid"> |
| 52 | + <div class="grid-item"> |
| 53 | + <h2>Default Justify</h2> |
| 54 | + <ion-list> |
| 55 | + <ion-item> |
| 56 | + <ion-checkbox label-placement="start">Enable Notifications</ion-checkbox> |
| 57 | + </ion-item> |
| 58 | + </ion-list> |
| 59 | + </div> |
| 60 | + |
52 | 61 | <div class="grid-item"> |
53 | 62 | <h2>Justify Start</h2> |
54 | 63 | <ion-list> |
@@ -79,6 +88,15 @@ <h2>Justify Space Between</h2> |
79 | 88 |
|
80 | 89 | <h1>Placement End</h1> |
81 | 90 | <div class="grid"> |
| 91 | + <div class="grid-item"> |
| 92 | + <h2>Default Justify</h2> |
| 93 | + <ion-list> |
| 94 | + <ion-item> |
| 95 | + <ion-checkbox label-placement="end">Enable Notifications</ion-checkbox> |
| 96 | + </ion-item> |
| 97 | + </ion-list> |
| 98 | + </div> |
| 99 | + |
82 | 100 | <div class="grid-item"> |
83 | 101 | <h2>Justify Start</h2> |
84 | 102 | <ion-list> |
@@ -109,6 +127,15 @@ <h2>Justify Space Between</h2> |
109 | 127 |
|
110 | 128 | <h1>Placement Fixed</h1> |
111 | 129 | <div class="grid"> |
| 130 | + <div class="grid-item"> |
| 131 | + <h2>Default Justify</h2> |
| 132 | + <ion-list> |
| 133 | + <ion-item> |
| 134 | + <ion-checkbox label-placement="fixed">Enable Notifications</ion-checkbox> |
| 135 | + </ion-item> |
| 136 | + </ion-list> |
| 137 | + </div> |
| 138 | + |
112 | 139 | <div class="grid-item"> |
113 | 140 | <h2>Justify Start</h2> |
114 | 141 | <ion-list> |
@@ -139,6 +166,15 @@ <h2>Justify Space Between</h2> |
139 | 166 |
|
140 | 167 | <h1>Placement Stacked</h1> |
141 | 168 | <div class="grid"> |
| 169 | + <div class="grid-item"> |
| 170 | + <h2>Default Align</h2> |
| 171 | + <ion-list> |
| 172 | + <ion-item> |
| 173 | + <ion-checkbox label-placement="stacked">Enable Notifications</ion-checkbox> |
| 174 | + </ion-item> |
| 175 | + </ion-list> |
| 176 | + </div> |
| 177 | + |
142 | 178 | <div class="grid-item"> |
143 | 179 | <h2>Align Start</h2> |
144 | 180 | <ion-list> |
@@ -190,6 +226,24 @@ <h1>Multiline Label</h1> |
190 | 226 | </ion-checkbox> |
191 | 227 | </ion-item> |
192 | 228 | </div> |
| 229 | + <div class="grid-item"> |
| 230 | + <ion-item> |
| 231 | + <ion-checkbox label-placement="end"> |
| 232 | + <ion-label class="ion-text-wrap"> |
| 233 | + Enable Notifications Enable Notifications Enable Notifications |
| 234 | + </ion-label> |
| 235 | + </ion-checkbox> |
| 236 | + </ion-item> |
| 237 | + </div> |
| 238 | + <div class="grid-item"> |
| 239 | + <ion-item> |
| 240 | + <ion-checkbox label-placement="end" alignment="start"> |
| 241 | + <ion-label class="ion-text-wrap"> |
| 242 | + Enable Notifications Enable Notifications Enable Notifications |
| 243 | + </ion-label> |
| 244 | + </ion-checkbox> |
| 245 | + </ion-item> |
| 246 | + </div> |
193 | 247 | </div> |
194 | 248 | </ion-content> |
195 | 249 | </ion-app> |
|
0 commit comments