class flixel.addons.ui.FlxUICheckBox extends FlxUIGroup implements ICursorPointable implements IHasParams implements IFlxUIClickable implements ILabeled

Available on all platforms

@author Lars Doucet

Class Fields

static var CLICK_EVENT:String

Instance Fields

function new(?X:Float = 0, ?Y:Float = 0, ?Box:Dynamic = null, ?Check:Dynamic = null, ?Label:String = null, ?LabelW:Int = 100, ?Params:Array<Dynamic> = null, ?Callback:Void ->Void = null):Void

function anchorLabelX():Void

function anchorLabelY():Void

function callback():Void

function destroy():Void

function getLabel():FlxUIText

function setLabel(t:FlxUIText):FlxUIText

For ILabeled:

function update():Void