Hi,
I have been trying to style a checkbox to match the below design:
Problems I am currently facing are :
1. Increasing the size of the Checkbox using ScaleX and ScaleY leaves the "tick" size in UWP being the same but in Android and IOS the Size increases.
2. The colour of the tick does not change within Android but it changes in IOS and UWP.
3. Increasing the sizing using ScaleX and ScaleY forces the checkbox left of the text in UWP but it is consistent in Android and IOS when styled correctly.
UWP checkbox:
Android:
IOS:
The styling used for the checkbox is as follows:
Xaml is as follows:
I have attached a test project that the screenshots are taken from. The checkboxes are on the Rotator3 page.
Many Thanks,
Taahir
Attachment:
SFCheckBox_ef904528.zip