uiCheckBox

inline fun Container.uiCheckBox(    size: Size = UI_DEFAULT_SIZE,     checked: Boolean = false,     text: String = "CheckBox",     block: UICheckBox.() -> Unit = {}): UICheckBox