class domkit::RadioButton

sys::Obj
  dom::Elem
    domkit::RadioButton

@Js

RadioButton displays a radio button. RadioButtons must belong to a RadioButtonGroup, where only one button in the group can be selected at a time.

See also: pod doc

make

new make()

wrap

Elem wrap(Obj content)

Wrap this checkbox with content that can also be clicked to toggle checkbox.