Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Card-Forge/forge
/ FCheckBox
Method
FCheckBox
forge-gui-mobile/src/forge/toolbox/FCheckBox.java:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
private
static
final
float EXTRA_GAP = Utils.scale(3);
23
24
public
FCheckBox() {
25
this(
""
, false);
26
}
27
public
FCheckBox(String text0) {
28
this(text0, false);
29
}
Callers
nothing calls this directly
Calls
5
align
Method · 0.80
selected
Method · 0.45
selectable
Method · 0.45
text
Method · 0.45
setIcon
Method · 0.45
Tested by
no test coverage detected