How delete the original texture of checkbox ?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Fariskurd
:warning: Old Version Published before Godot 3 was released.

Hi guys, just wonder if is possible to remove the original texture of checkbox button in order to use my own texture …

:bust_in_silhouette: Reply From: YeOldeDM

A Checkbox is really just a toggle-able Button.
Using a TextureButton set to toggle mode should give you what you want.

thank you :slight_smile:

Fariskurd | 2016-10-01 18:31