Closed tostamista23 closed 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>
<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
font-size - checkbox is sized to text from here : default 15
Result:
scaleX="2.0" scaleY="2.0" fix the problem.
Source: checkbox #79
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: