Skip to content

Commit

Permalink
Merge pull request #8 from max-programming/patch-1
Browse files Browse the repository at this point in the history
Added Bootstrap Custom checkbox
  • Loading branch information
yi-jiayu authored Oct 14, 2020
2 parents 199d47d + 6eae161 commit cdaac90
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css"
integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">

<script>
function createSpoilerMessage() {
Expand Down Expand Up @@ -71,10 +71,10 @@ <h3><small class="text-muted">Hide content behind a &quot;Read more&quot; button
">3 lines (ensures content is hidden in quoted messages)</option>
</select>
</div>

<div class="form-check">
<input type="checkbox" id="iosCompatibilityCheck">
<label class="form-check-label" for="iosCompatibilityCheck">iOS compatibility mode</label>
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="iosCompatibilityCheck">
<label class="custom-control-label" for="iosCompatibilityCheck">iOS compatibility mode</label>
<small id="iosCompatibilityCheckHelp" class="form-text text-muted">When iOS compatibility mode is enabled, normal spaces will be used instead of zero-width spaces.</small>
</div>

Expand Down

0 comments on commit cdaac90

Please sign in to comment.