Codename LogoCodename Logo

funkin.options.type.Checkbox

APIWikiTools

Option type that allows you to toggle a checkbox.

Constructor

View on GitHub

new(text:String, desc:String, ?optionName:String, ?selectCallback:() ‑> Void, ?parent:Dynamic)

Variables

checkbox:FlxSprite

checked:Bool

firstFrame:Bool = true

optionName:String

parent:Dynamic

Methods

Inherited Variables

Defined by TextOption

selectCallback:() ‑> Void

suffix:String

Defined by OptionType

desc:String

editorFlashColor:FlxColor = FlxColor.WHITE

itemHeight:Float = 120

locked:Bool

rawDesc:String

rawText:String

selected:Bool = false

text:String

Inherited Methods