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

[b-form-checkbox] Add option to modify checkbox size #3745

Closed
hoanghaithanh opened this issue Jul 24, 2019 · 1 comment · Fixed by #3794
Closed

[b-form-checkbox] Add option to modify checkbox size #3745

hoanghaithanh opened this issue Jul 24, 2019 · 1 comment · Fixed by #3794

Comments

@hoanghaithanh
Copy link

Problem

There is no option to customize the checkbox size. The default size is quite small, it may hurt the user experience.

Preferable solution

It would be great if it has property that set the size of the checkbox when init b-form-checkbox.

@tmorehouse
Copy link
Member

tmorehouse commented Jul 24, 2019

This is an upstream issue with Bootstrap v4.3 SCSS (sizing for custom checkboxes/radios/file-input).

It is being addressed in Bootstrap v5.0 (by switching the SCSS sizes of the custom control indicators to em units rather than explicit rem units, so that they will scale with the base font size of the input.

twbs/bootstrap#27803
twbs/bootstrap#27958

Unfortunately they are not backporting the update to the v4.x branch twbs/bootstrap#28450

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants