Boolean Configs
Learn all about boolean components.
Common booleans
Switch
@Switch(
name = "Toggle Switch (1x)",
size = OptionSize.SINGLE // optional
)
public static boolean bob = false; // default value
Checkbox

When should you use a switch or checkbox
Dual Option

Last updated
Was this helpful?