genome_spy.binding_checkbox¶
- genome_spy.binding_checkbox(*, debounce=Undefined, description=Undefined, name=Undefined)View on GitHub¶
Create a checkbox input binding.
- Parameters:
debounce (float) – If defined, delays event handling until the specified milliseconds have elapsed since the last event was fired.
description (str) – An optional description or help text that is shown below the input element.
name (str) – By default, the parameter name is used to label input elements. This
nameproperty can be used instead to specify a custom label for the bound parameter.