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

How to increase size #166

Open
Shiva207892 opened this issue Apr 13, 2022 · 6 comments
Open

How to increase size #166

Shiva207892 opened this issue Apr 13, 2022 · 6 comments

Comments

@Shiva207892
Copy link

How to increase or decrease the size of checkbox without transforming in this package

@Shiva207892
Copy link
Author

I tried to give width and height but no sense.

then I tried to transform but not look better when I scale x and y
to 5times

@Anyasya
Copy link

Anyasya commented Apr 15, 2022

How to increase or decrease the size of checkbox without transforming in this package

style={{ width: 100, height: 100}} and reload project(!)

@DonRyu
Copy link

DonRyu commented Jul 27, 2022

The check box size is never bigger after style ={ {width:22, height:22 } }... Only the background of checkbox is bigger...

@mdeividas
Copy link

Also, one of the options could be apply transform styles:

transform: [{ scale: 0.8 }],

@MirzaArslan123
Copy link

Also, one of the options could be apply transform styles:

transform: [{ scale: 0.8 }],

Thans you its work for me

@emre-sozen
Copy link

emre-sozen commented Apr 12, 2024

style={{width: 20, height: 20}}

Add your size to style and refresh your app. If you try without refreshing, the frame looks large.

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

No branches or pull requests

7 participants