Binds a checkbox to a Boolean value. More...
#include <Databinding.h>
Binds a checkbox to a Boolean value.
This class binds a checkbox to a bool, so when the checkbox is changed the bool is updated with the new value. This does not update the checkbox when the bool is set to a new value.
1.7.1