Module conrod_core::widget::toggle[][src]

Expand description

A button that allows for toggling boolean state.

Structs

The state of the Toggle.

Styling for the Toggle including coloring, bordering and labelling.

The Event type yielded by the Toggle widget.

A pressable widget for toggling the state of a bool.