diff --git a/lib/SimpleRadioButton.js b/lib/SimpleRadioButton.js index ebc0fd2..60d1ca3 100644 --- a/lib/SimpleRadioButton.js +++ b/lib/SimpleRadioButton.js @@ -274,7 +274,10 @@ export class RadioButtonLabel extends React.Component { !this.props.labelHorizontal && Style.labelVertical, {color: this.props.labelColor}, this.props.labelStyle - ]}>{this.props.obj.label} + ]}> + {this.props.children} + {this.props.obj.label} + )