CheckBox
Constructors
Constructors
Description
Properties
Properties
Description
Usages
CheckBox(model.Checked, CheckedChanged)
.characterSpacing(1.)Get access to the underlying Xamarin.Forms.CheckBox
let checkboxRef = ViewRef<CheckBox>()
CheckBox(model.Checked, CheckedChanged)
.reference(checkboxRef)Last updated