class openfl.gui.styles.CheckBoxStyle extends ButtonStyle

Available on all platforms

Instance Fields

var checkStyle:String

Setting this will change the style of the tick in the checkbox. Valid values are: "cross", "strike" and "tick".

var innerLineThickness:Int

Specifies the line thickness of the check style within the check box. Default is 1.

function new():Void