Search
 
SCRIPT & CODE EXAMPLE
 

HTML

multiple checkbox in one line bootstrap

<div class="container">
<div class="row">   
<label class="col-md-12 control-label" for="checkboxes">Day(s) of  Week</label>
</div>
<div class="row">
<div class="form-group">
<label class="col-md-1 checkbox-inline" for="checkboxes-0">
  <input type="checkbox" name="checkboxes" id="checkboxes-0" value="1">
  Su
</label>
<label class="col-md-1 checkbox-inline" for="checkboxes-1">
  <input type="checkbox" name="checkboxes" id="checkboxes-1" value="2">
  Mo
</label>
<label class="col-md-1 checkbox-inline" for="checkboxes-2">
  <input type="checkbox" name="checkboxes" id="checkboxes-2" value="3">
  Tu
</label>
<label class="col-md-1 checkbox-inline" for="checkboxes-3">
  <input type="checkbox" name="checkboxes" id="checkboxes-3" value="4">
  We
</label>
<label class="col-md-1 checkbox-inline" for="checkboxes-4">
  <input type="checkbox" name="checkboxes" id="checkboxes-4" value="5">
  Th
</label>
<label class="col-md-1 checkbox-inline" for="checkboxes-5">
  <input type="checkbox" name="checkboxes" id="checkboxes-5" value="6">
  Fr
</label>
<label class="col-md-1 checkbox-inline" for="checkboxes-6">
  <input type="checkbox" name="checkboxes" id="checkboxes-6" value="7">
  Sa
</label>
</div>
</div>
</div>
Comment

PREVIOUS NEXT
Code Example
Html :: html video multiple elements 
Html :: eslint ignore v-html 
Html :: html set input type date to disable previous dates 
Html :: html ms-text-size-adjust 
Html :: name attribute in html 
Html :: bold font html 
Html :: filter vhtml vue 
Html :: html comments 
Html :: superscript in html 
Html :: vuejs v-on 
Html :: link to parent folder html 
Html :: beautify html code in vscode 
Html :: html lang attribute 
Html :: how to add image in html from a folder 
Html :: h1 html 
Html :: html hex color 
Html :: Disabled href tag 
Html :: how to stop html audio 
Html :: 1x1 transparent image base 64 
Html :: ordered lists html 
Html :: react select, option 
Html :: bootstrap 5 card common 
Html :: cards vuetify 
Html :: colors bootstrap 
Html :: meta tags 
Html :: how to attach pdf on whatsapp through html url 
Html :: tailwind width 100 percent 
Html :: style font in html 
Html :: html image buffer to base64 
Html :: roslaunch if else 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =