Fully Customizable CheckBox & RadioButton
Pre-releaseAbout Pre-Release
This version is stable to use CheckBox & RadioButtons. But other features may exhibit unexpected behaviors. This is preview of new CheckBox and RadioButtons.
What's new ?
-
IconView Xamarin.Forms.ImageSource support.
IconView can render embed images too -
CheckBox VisualStates support.
CheckBox has default Visual States now. And you can Set your custom visual states to checkbox now -
RadioButton VisualStates support.
RadioButton has default Visual States now. And you can Set your custom visual states to checkbox now. -
CheckBox and RadioButton Shape Updated
-
Checkbox Shape can be customized now!
CustomIcon
property added to CheckBox. Setting that property as an image and change Type asCustom
will change Shape. -
RadioButton Shape can be customized now!
CircleImage
andCheckedImage
properties added to RadioButton. You can replace Circle or Checked icon with your custom images. -
#57 RadioButton Text Vertical Alignment problem solved.
-
IAnimator added to intervene state changes. (Not fully implemented to all controls yet)
-
Init()
methods added iOS and Android platforms.
At some situations renderers doesn't trigger. This will solve that issue -
Some performance updates.