RadioButton
@Js
class RadioButton : Elem
RadioButton displays a radio button. RadioButtons should be belong to a ButtonGroup, where only one button in the group can be selected at a time.
See also: docDomkit
Value of checked
Callback when state is toggled
Wrap this checkbox with content that can also be clicked to toggle checkbox
Bool : checked
Value of checked.
new make()
Void onAction(|This| f)
Callback when state is toggled.
Elem wrap(Obj content)
Wrap this checkbox with content that can also be clicked to toggle checkbox.