nstudio / nativescript-plugins

@nstudio/nativescript-* plugin workspace.
Apache License 2.0
52 stars 40 forks source link

[CheckBox] Unable to change font-size of checkbox #28

Closed tostamista23 closed 3 years ago

tostamista23 commented 3 years ago

nativescript 7.0.1 @nativescript/android 7.1.2 @nativescript/core 7.1.4 Angular: 11

<CheckBox [checked]="element.isC" text="'Example'" style="font-size:50px"></CheckBox> <CheckBox [checked]="element.isC" text="'Example'" ></CheckBox>

Documentation: Css Styling font-size - checkbox is sized to text from here : default 15

Result: checkbox

tostamista23 commented 3 years ago

scaleX="2.0" scaleY="2.0" fix the problem.

Source: checkbox #79