Toggle Button
fun ToggleButton(defaultToggled: Boolean = false, toggleableStyle: Button.ButtonStyle = Styles.defaultb)
Parameters
toggleable Style
the style of this button. Must support the checked state, otherwise an exception will be thrown.