Checkbox
The Checkbox
widget is used to toggle a value, which should be bound to a signal.
It can be used like this:
Checkbox::new(MaybeSignal::signal(some_signal))
See the checkbox example for full usage.
The Checkbox
widget is used to toggle a value, which should be bound to a signal.
It can be used like this:
Checkbox::new(MaybeSignal::signal(some_signal))
See the checkbox example for full usage.