uiRadioButton

inline fun Container.uiRadioButton(size: Size = UI_DEFAULT_SIZE, checked: Boolean = false, text: String = "Radio Button", group: UIRadioButtonGroup = UIRadioButtonGroup(), block: UIRadioButton.() -> Unit = {}): UIRadioButton