BS4 checkbox
See original GitHub issueI’m having troubles with at least the “Spacelab” theme. I’m embedding it like described in the docs:
@import "bootswatch/spacelab/variables";
@import "bootstrap/scss/bootstrap";
@import "bootswatch/spacelab/bootswatch";
The output will be:
The checkmark is missing (you can only see the blue background). Furthermore the example shows something completely different:
This is how it should look like and how it looks like without Bootswatch (default BS4):
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Bootstrap 4 Form Inputs - W3Schools
Bootstrap supports the following form controls: input; textarea; checkbox; radio; select. Bootstrap Input. Bootstrap supports all the HTML5 input types: text, ...
Read more >Forms - Bootstrap
Checkboxes and radios use are built to support HTML-based form validation and provide concise, accessible labels. As such, our <input> s and <label>...
Read more >Bootstrap Checkbox - examples & tutorial
Checkboxes built with the latest Bootstrap 5. A select component used in forms & surveys. It enables choosing one or several options in...
Read more >BS4 checkboxes - CodePen
<span class="custom-control-indicator"></span>. 17. <span class="custom-control-description">Check this custom checkbox</span>.
Read more >Bootstrap 4 Toggle Switch Button Checkbox - GitHub Pages
Bootstrap Switch Button. Bootstrap Toggle is a jQuery plugin/widget that converts plain checkboxes into responsive toggle switch buttons. Made for Bootstrap ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
hey @julmot
Checkboxes and Radio buttons are not styled by Bootstrap or Bootswatch, they are rendered by the browser with default styles.
This is how Spacelab looks for me:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.