Hi Friends I have radiobuttons "%" and "Count"
If i click "%" then In the text box "%" Should be placeholder
If i click "Count" Then "Count" Should be placeholder for same textbox
Here Fiddle link:http://jsfiddle.net/qbauuzj2/
Html
<div class="winner-par">
<p>Winner Parameter</p>
<div class="onoffswitch-green2">
<input type="radio" id="radios5" name="radiosg5" class="SwitchOn" value="true" checked
ng-click="radioChecked()">
<label for="radios5">%</label>
<input type="radio" id="radios6" name="radiosg5" class="SwitchOff" value="false" ng-click="radiounChecked()">
<label for="radios6">Count</label>
</div>
</div>
<input type="text">