|
@@ -124,6 +124,8 @@ name | native 'name' attribute | string | — | —
|
|
|
Attribute | Description | Type | Accepted Values | Default
|
|
|
---- | ---- | ---- | ---- | ----
|
|
|
size | the size of radio buttons | string | large/small | —
|
|
|
+fill | border and background color when button is active | string | — | #20a0ff |
|
|
|
+text-color | font color when button is active | string | — | #ffffff |
|
|
|
|
|
|
### Radio-group Events
|
|
|
|
|
@@ -137,7 +139,5 @@ change | triggers when the bound value changes | the label value of the chosen r
|
|
|
---- | ---- | ---- | ---- | ----
|
|
|
label | the value of radio | string/number | — | —
|
|
|
disabled | whether radio is disabled | boolean | — | false
|
|
|
-fill | border and background color when button is active | string | — | #20a0ff |
|
|
|
-text-color | font color when button is active | string | — | #ffffff |
|
|
|
|
|
|
|