"Eligibility"
Bootstrap 4.1.1 Snippet by Silke

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <h2>Create your snippet's HTML, CSS and Javascript in the editor tabs</h2> </div> </div> <b> Eligibility </b><br><br> <!-- Multiple Radios --> <div class="form-group"> <label class="col-md-4 control-label" for="radios"><b>1.</b> Is the paper eligible for the study?</label> <div class="col-md-4"> <div class="radio"> <label for="radios-0"> <input type="radio" name="radios" id="radios-0" value="1" checked="checked"> Yes </label> </div> <div class="radio"> <label for="radios-1"> <input type="radio" name="radios" id="radios-1" value="2"> No </label> </div> </div> </div> <!-- Multiple Radios (inline) --> <li><div class="form-group"><label class="col-md-4 control-label" for="radios"><b>1.1</b> If no, enter the reason for exclusion and stop the survey</label> <div class="col-md-4"> <label class="radio-inline" for="radios-2"> <input type="radio" name="radios" id="radios-0" value="1" checked="checked" /> Not original primary research </label> <label class="radio-inline" for="radios-1"> <input type="radio" name="radios" id="radios-1" value="2" /> Not based on human material </label> <label class="radio-inline" for="radios-2"> <input type="radio" name="radios" id="radios-2" value="3" /> No SARS-CoV-2 host factor expression reported </label> <label class="radio-inline" for="radios-3"> <input type="radio" name="radios" id="radios-3" value="4" /> No SARS-CoV-2 virus replication or accumulation reported </label> <label class="radio-inline" for="radios-4"> <input type="radio" name="radios" id="radios-4" value="5" /> Other reasons </label></div> </div></li> <!-- Multiple Checkboxes (inline) --> <div class="form-group"> <label class="col-md-4 control-label" for="checkboxes"><b>1.1</b> If no, enter the reason for exclusion and stop the survey</label> <div class="col-md-4"> <label class="checkbox-inline" for="checkboxes-0"> <input type="checkbox" name="checkboxes" id="checkboxes-0" value="1"> Not original primary research </label> <label class="checkbox-inline" for="checkboxes-1"> <input type="checkbox" name="checkboxes" id="checkboxes-1" value="2"> Not based on human material </label> <label class="checkbox-inline" for="checkboxes-2"> <input type="checkbox" name="checkboxes" id="checkboxes-2" value="3"> No SARS-CoV-2 host factor expression reported </label> <label class="checkbox-inline" for="checkboxes-3"> <input type="checkbox" name="checkboxes" id="checkboxes-3" value="4"> No SARS-CoV-2 virus replication or accumulation reported </label> <label class="checkbox-inline" for="checkboxes-4"> <input type="checkbox" name="checkboxes" id="checkboxes-4" value="5"> Other reasons </label> </div> </div> <!-- Multiple Radios --> <div class="form-group"> <label class="col-md-4 control-label" for="radios"><b>1.1</b> If no, enter the reason for exclusion and stop the survey</label> <div class="col-md-4"> <div class="radio"> <label for="radios-0"> <input type="radio" name="radios" id="radios-0" value="1" checked="checked"> Not original primary research </label> </div> <div class="radio"> <label for="radios-1"> <input type="radio" name="radios" id="radios-1" value="2"> Not based on human material </label> </div> <div class="radio"> <label for="radios-2"> <input type="radio" name="radios" id="radios-2" value="3"> No SARS-CoV-2 host factor expression reported </label> </div> <div class="radio"> <label for="radios-3"> <input type="radio" name="radios" id="radios-3" value="4"> No SARS-CoV-2 virus replication or accumulation reported </label> </div> <div class="radio"> <label for="radios-4"> <input type="radio" name="radios" id="radios-4" value="5"> Other reasons </label> </div> </div> </div>

Related: See More


Questions / Comments: