diff --git a/paper-radio-button.html b/paper-radio-button.html index a3fd4df..349f56e 100644 --- a/paper-radio-button.html +++ b/paper-radio-button.html @@ -134,7 +134,7 @@ position: relative; display: inline-block; vertical-align: middle; - margin-left: var(--paper-radio-button-label-spacing, 10px); + margin: 0 var(--paper-radio-button-label-spacing, 5px); white-space: normal; color: var(--paper-radio-button-label-color, --primary-text-color); } @@ -166,10 +166,17 @@ } +
+ +
@@ -204,6 +211,14 @@ ariaActiveAttribute: { type: String, value: 'aria-checked' + }, + + /** + * If true the label content is inserted previous the button element + */ + labelFirst: { + type: Boolean, + value: false } },