FastLED 3.9.15
Loading...
Searching...
No Matches

◆ operator=()

UICheckbox & fl::UICheckbox::operator= ( bool value)
inline

Definition at line 200 of file ui.h.

200 {
201 impl() = value;
202 return *this;
203 }
Super & impl()
Definition ui.h:237
bool value() const
Definition ui_impl.h:132