Semantic-ui: [checkbox] Add different sizes

Created on 18 Apr 2016  路  14Comments  路  Source: Semantic-Org/Semantic-UI

We need size variations for checkboxes at least (not talking about toggles) - big, large, very large

Enhancement stale

Most helpful comment

Please use the github reactions instead of commenting +1.

Cheers 馃

All 14 comments

Agreed, this is difficult because this is one of the only components sized with px due to rounding issues.

+1

+1

+1

agreed, when is gong to be available?

Please use the github reactions instead of commenting +1.

Cheers 馃

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.

Still actual, please reopen

has anyone found a way to increase checkbox sizes?

It's requested in 2016 and it's 2018 now, still nothing?

I increased the size of a checkbox by adding a CSS rule
.myCheckbox {
transform: scale(2);
}

  1. still nothing ??

Adding following CSS rules may help:

.checkbox label:before {
  transform: scale(0.5);
}
.checkbox label:after {
  transform: scale(0.5);
}
Was this page helpful?
0 / 5 - 0 ratings

Related issues

zhaoyao91 picture zhaoyao91  路  3Comments

ghost picture ghost  路  3Comments

ghost picture ghost  路  3Comments

batata004 picture batata004  路  3Comments

arj-196 picture arj-196  路  3Comments