CheckBox

Inheritance: Element -> NavigableElement -> VisualElement -> View Xamarin.Forms documentation: CheckBox API / Guide

For details on how the control actually works, please refer to the Xamarin.Forms documentation.

Constructors

Properties

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