css resize checkbox
input[type=checkbox] {
transform: scale(1.5);
}
css resize checkbox
input[type=checkbox] {
transform: scale(1.5);
}
css percent scale checkbox
// to scale checkboxes with the rest of the page use this:
//Note, use width percent, height auto and the scale command inside another div as a ref
<div style="width:100%; height:auto;">
<input type="checkbox" style="width:20%; height:auto; transform: scale(2.5);">
</div>
resize checkbox
/* https://developer.mozilla.org/en-US/docs/Web/CSS/zoom */
input[type=checkbox] {
zoom: 2;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us