3 #ifndef __NEONEXTION_NEXTIONCHECKBOX
4 #define __NEONEXTION_NEXTIONCHECKBOX
Represents a checkbox.
Definition: NextionCheckbox.h:15
NextionCheckbox(Nextion &nex, uint8_t page, uint8_t component, const char *name)
Create a new widget adapter.
Definition: NextionCheckbox.h:23
Interface for widgets that can be touched.
Definition: INextionTouchable.h:15
Interface for widgets that can be coloured.
Definition: INextionColourable.h:14
Interface for widgets that store a boolean value.
Definition: INextionBooleanValued.h:16
Driver for a physical Nextion device.
Definition: Nextion.h:31