Skip to content

Instantly share code, notes, and snippets.

@hugoalmeidahh
Created November 27, 2014 23:27
Show Gist options
  • Save hugoalmeidahh/c888e9ac93eeb105b366 to your computer and use it in GitHub Desktop.
Save hugoalmeidahh/c888e9ac93eeb105b366 to your computer and use it in GitHub Desktop.
<div class="form-group">
<label for="recipient-name" class="control-label">Manter o Parceiro Selecionado?</label>
<label class="radio-inline">
<input type="radio" name="manterParceiro" ng-model="manterParceiro_sim.Value" value="True" > Sim
</label>
<label class="radio-inline">
<input type="radio" name="manterParceiro" ng-model="manterParceiro_nao.check" value="False"> Não
</label><br /><br />
<label for="recipient-name" class="control-label">Exibir Ajuda?</label>
<label class="radio-inline">
<input type="radio" ng-model="exibirAjuda" value="True"> Sim
</label>
<label class="radio-inline">
<input type="radio" ng-model="exibirAjuda" value="False"> Não
</label><br /><br />
<label for="recipient-name" class="control-label">Abrir sempre em nova aba?</label>
<label class="radio-inline">
<input type="radio" ng-model="novaAba" value="True"> Sim
</label>
<label class="radio-inline">
<input type="radio" ng-model="novaAba" value="False"> Não
</label>
</div>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment