@@ -379,6 +379,11 @@ public static function checkbox(): array
379
379
'default ' => 'false ' ,
380
380
'required ' => 'false ' ,
381
381
],
382
+ 'left-label ' => [
383
+ 'type ' => 'string ' ,
384
+ 'default ' => 'null ' ,
385
+ 'required ' => 'false ' ,
386
+ ],
382
387
'description ' => [
383
388
'type ' => 'string ' ,
384
389
'default ' => 'null ' ,
@@ -389,11 +394,6 @@ public static function checkbox(): array
389
394
'default ' => 'false ' ,
390
395
'required ' => 'false ' ,
391
396
],
392
- 'right-label ' => [
393
- 'type ' => 'string ' ,
394
- 'default ' => 'null ' ,
395
- 'required ' => 'false ' ,
396
- ],
397
397
'with-validation-colors ' => [
398
398
'type ' => 'boolean ' ,
399
399
'default ' => 'false ' ,
@@ -407,7 +407,7 @@ public static function checkbox(): array
407
407
'slot ' => [
408
408
'description ' => 'Slot to add content to the body. ' ,
409
409
],
410
- 'right -label ' => [
410
+ 'left -label ' => [
411
411
'description ' => 'Slot to add content to the right label. ' ,
412
412
],
413
413
'description ' => [
@@ -1166,6 +1166,11 @@ public static function radio(): array
1166
1166
'default ' => 'false ' ,
1167
1167
'required ' => 'false ' ,
1168
1168
],
1169
+ 'left-label ' => [
1170
+ 'type ' => 'string ' ,
1171
+ 'default ' => 'null ' ,
1172
+ 'required ' => 'false ' ,
1173
+ ],
1169
1174
'description ' => [
1170
1175
'type ' => 'string ' ,
1171
1176
'default ' => 'null ' ,
@@ -1176,11 +1181,6 @@ public static function radio(): array
1176
1181
'default ' => 'false ' ,
1177
1182
'required ' => 'false ' ,
1178
1183
],
1179
- 'right-label ' => [
1180
- 'type ' => 'string ' ,
1181
- 'default ' => 'null ' ,
1182
- 'required ' => 'false ' ,
1183
- ],
1184
1184
'with-validation-colors ' => [
1185
1185
'type ' => 'boolean ' ,
1186
1186
'default ' => 'false ' ,
@@ -1194,7 +1194,7 @@ public static function radio(): array
1194
1194
'slot ' => [
1195
1195
'description ' => 'Slot to add content to the body. ' ,
1196
1196
],
1197
- 'right -label ' => [
1197
+ 'left -label ' => [
1198
1198
'description ' => 'Slot to add content to the right label. ' ,
1199
1199
],
1200
1200
'description ' => [
@@ -1495,6 +1495,11 @@ public static function toggle(): array
1495
1495
'default ' => 'false ' ,
1496
1496
'required ' => 'false ' ,
1497
1497
],
1498
+ 'left-label ' => [
1499
+ 'type ' => 'string ' ,
1500
+ 'default ' => 'null ' ,
1501
+ 'required ' => 'false ' ,
1502
+ ],
1498
1503
'description ' => [
1499
1504
'type ' => 'string ' ,
1500
1505
'default ' => 'null ' ,
@@ -1505,11 +1510,6 @@ public static function toggle(): array
1505
1510
'default ' => 'false ' ,
1506
1511
'required ' => 'false ' ,
1507
1512
],
1508
- 'right-label ' => [
1509
- 'type ' => 'string ' ,
1510
- 'default ' => 'null ' ,
1511
- 'required ' => 'false ' ,
1512
- ],
1513
1513
'with-validation-colors ' => [
1514
1514
'type ' => 'boolean ' ,
1515
1515
'default ' => 'false ' ,
@@ -1523,7 +1523,7 @@ public static function toggle(): array
1523
1523
'slot ' => [
1524
1524
'description ' => 'Slot to add content to the body. ' ,
1525
1525
],
1526
- 'right -label ' => [
1526
+ 'left -label ' => [
1527
1527
'description ' => 'Slot to add content to the right label. ' ,
1528
1528
],
1529
1529
'description ' => [
0 commit comments