Possible Button Widgets
Button
A button which may have either a label, an image, or a custom widget. Provides the Button
trait that all other buttons inherit and build upon.
ToggleButton
When clicked, toggles between "on" and "off" states. Like a Button
, it may be a label or a custom widget.
Switch
A ToggleButton
with a switch animation.
CheckButton
A ToggleButton
displayed as a checkbox with a label.
RadialButton
Individually acts as a CheckButton
, but when grouped with other RadialButton
s, only one option can be toggled on at a time
MenuButton
Displays a popover container when clicked. Hides when clicked again or clicked outside
LinkButton
A label that is a hyperlink
ComboBox
Button with a drop down list of possible options. Displays the active selection.
ButtonBox
Container for arranging buttons
SpinButton
Entry with a value (such as a number) with + / - buttons to increment / decrement the value
ColorButton
Button for choosing and displaying the active color.
FontButton
Button for choosing and displaying the active font.
FileButton
Button for choosing and displaying the active file