Skip to content

AdvancedTextCheckButton

This is AdvancedTextLabel that behaves like toggle switch This node needs Godot Material Icons addon to work

Extends AdvancedTextButton

Vars

toggle_icon_size

default value : 24

Size of Material Icon that will be used as toggle icon

toggle_on_icon

default value : "toggle-switch-outline"

Name of Material Icon that will be used when button is toggle on This will replace [switch] in text

toggle_off_icon

default value : "toggle-switch-off-outline"

Name of Material Icon that will be used when button is toggle off This will replace [switch] in text

main_text

default value : "label [switch]"

Use this instead of _text [switch] will be replaced with toggle icon