0

How to change checkbox font-size

asked 2015-07-23 09:00:06 +0800

KyleCheng gravatar image KyleCheng
3 1

I've tried

< checkbox checked="@bind(each.delete)" style="font-size:16px" />

to make checkbox become bigger but in vain.

can somebody tell me how to change checkbox font-size

Thanks for help!!!

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-07-23 10:31:23 +0800

Darksu gravatar image Darksu
1991 1 4

Hello KyleCheng,

Please try out the following for IE:

<checkbox style="transform:scale(1.5, 1.5);"/>

But styling results are different for each browser as shown below:

http://www.456bereastreet.com/lab/form_controls/checkboxes/

Finally i found this interesting fiddle that you could use:

http://jsfiddle.net/KfjuS/4/

Best Regards,

Darksu

link publish delete flag offensive edit
Your answer
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2015-07-23 09:00:06 +0800

Seen: 31 times

Last updated: Jul 23 '15

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More