Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap checkbox & radio are broken #224

Closed
1 of 2 tasks
nnixaa opened this issue Feb 13, 2018 · 1 comment
Closed
1 of 2 tasks

Bootstrap checkbox & radio are broken #224

nnixaa opened this issue Feb 13, 2018 · 1 comment
Assignees
Milestone

Comments

@nnixaa
Copy link
Collaborator

nnixaa commented Feb 13, 2018

Issue type

I'm submitting a ... (check one with "x")

  • bug report
  • feature request

Issue description

Current behavior:

image
Expected behavior:

@nnixaa nnixaa added this to the rc.6 milestone Feb 13, 2018
@nnixaa nnixaa added the WIP label Feb 16, 2018
@admir86
Copy link

admir86 commented Feb 19, 2018

is nb-checkbox also broken? or does I'm missing some css?

capture

component.html:

<div class="form-group">
  <nb-checkbox name="rememberMe">Remember me</nb-checkbox>
</div>

angular-cli.json:

"styles": [
                "../node_modules/bootstrap/dist/css/bootstrap.css",
                "../node_modules/font-awesome/css/font-awesome.min.css",
                "../node_modules/roboto-fontface/css/roboto/roboto-fontface.css",
                "../node_modules/@nebular/theme/styles/prebuilt/cosmic.css",
                "../node_modules/nebular-icons/scss/nebular-icons.scss",
                "styles.scss"
            ],

package.json:

"dependencies": {
        "@angular/animations": "^5.2.4",
        "@angular/common": "^5.2.4",
        "@angular/compiler": "^5.2.4",
        "@angular/core": "^5.2.4",
        "@angular/forms": "^5.2.4",
        "@angular/http": "^5.2.4",
        "@angular/platform-browser": "^5.2.4",
        "@angular/platform-browser-dynamic": "^5.2.4",
        "@angular/router": "^5.2.4",
        "@nebular/theme": "^2.0.0-rc.5",
        "@ng-bootstrap/ng-bootstrap": "1.0.0",
        "bootstrap": "^4.0.0",
        "core-js": "^2.5.3",
        "font-awesome": "^4.7.0",
        "nebular-icons": "^1.0.6",
        "roboto-fontface": "^0.9.0",
        "rxjs": "^5.5.6",
        "zone.js": "^0.8.20"
    },

nnixaa added a commit that referenced this issue Feb 22, 2018
@nnixaa nnixaa closed this as completed Feb 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants