"ccih"
Bootstrap 3.3.0 Snippet by michael2016

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <form class="form-horizontal"> <fieldset> <!-- Form Name --> <legend>CADASTRO DAS INFORMAÇÕES DE SEGURANÇA DO PACIENTE</legend> <!-- Multiple Checkboxes (inline) --> <div class="form-group"> <label class="col-md-4 control-label" for="RISCOS">RISCOS</label> <div class="col-md-4"> <label class="checkbox-inline" for="RISCOS-0"> <input name="RISCOS" id="RISCOS-0" value="1" type="checkbox"> LESÃO POR PRESSÃO </label> <label class="checkbox-inline" for="RISCOS-1"> <input name="RISCOS" id="RISCOS-1" value="1" type="checkbox"> QUEDA </label> <label class="checkbox-inline" for="RISCOS-2"> <input name="RISCOS" id="RISCOS-2" value="1" type="checkbox"> INFECÇÃO </label> </div> </div> </fieldset> </form>

Related: See More


Questions / Comments: