PyDMCheckbox
- class pydm.widgets.checkbox.PyDMCheckbox(parent=None, init_channel=None)[source]
Bases:
QCheckBox
,PyDMWritableWidget
A QCheckbox with support for Channels and more from PyDM
- Parameters:
parent (QWidget) – The parent widget for the Label
init_channel (str, optional) – The channel to be used by the widget.
Note
See QCheckBox Documentation for all inherited properties and methods.