Inherited from CheckBox
Inherited from ToggleButton
Inherited from AbstractButton
Inherited from Wrapper
Inherited from Trigger
Inherited from Component
Inherited from UIElement
Inherited from LazyPublisher
Inherited from Publisher
Inherited from Reactor
Inherited from Proxy
Inherited from AnyRef
Inherited from Any
A ReactiveCheckbox is a Checkbox that allows you to directly attach a closure that is called whenever the button is clicked. The button is labeled "label", and "function" is invoked on each button click.