Checkbox
Basic example
View.CheckBox(true)
Basic example with styling
View.CheckBox(
horizontalOptions = style.Position,
verticalOptions = style.Position,
backgroundColor = style.LayoutColor,
isChecked = true
)
See also:
More examples
View.CheckBox(
isChecked = true,
checkedChanged = (fun on -> dispatch (...))
)