CheckBox
Usage
CheckBox.create [
CheckBox.content "I Accept the terms and conditions."
]CheckBox.create [
// can be either true or false
CheckBox.isChecked state.booleanValue
]CheckBox.create [
// can be either true or false
CheckBox.isThreeState state.indeterminate
// this value is required to be either a nullable boolean
// or a boolean option
CheckBox.isChecked None
]Last updated