Checkbox option
Example
@Checkbox(
title = "My Checkbox",
description = "This is my checkbox", // Recommended, default = ""
icon = "/my_checkbox.svg", // Optional, default = ""
category = "Checkboxes", // Recommended, default = "General"
subcategory = "General" // Recommended, default = "General"
)
public static boolean myCheckbox = false;
Last updated