We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am embarrassed for this form field because to apply Bootstrap styles there are 3 elements with dedicated classes:
<div class="form-check"> <input class="form-check-input" type="checkbox" value="" id="flexCheckDefault"> <label class="form-check-label" for="flexCheckDefault"> Default checkbox </label> </div>
So I can't just extend the Blade UI Kit Checkbox component.
I think I'm going to have to create components specific to this package. But we are going to lose granularity.
The text was updated successfully, but these errors were encountered:
Same concerns for Bootstrap 4:
<div class="custom-control custom-checkbox"> <input type="checkbox" class="custom-control-input" id="customCheck1"> <label class="custom-control-label" for="customCheck1">Check this custom checkbox</label> </div>
Sorry, something went wrong.
No branches or pull requests
I am embarrassed for this form field because to apply Bootstrap styles there are 3 elements with dedicated classes:
So I can't just extend the Blade UI Kit Checkbox component.
I think I'm going to have to create components specific to this package. But we are going to lose granularity.
The text was updated successfully, but these errors were encountered: