Checkbox
Useful for settings, to-do lists, and anything needing a "Check!"
Types
CheckboxProps
interface
CheckboxProps {
}
Useful for settings, to-do lists, and anything needing a "Check!"
CheckboxProps
interface
CheckboxProps {
}
{ "functions": [], "properties": [], "types": [ { "name": "CheckboxProps", "desc": "", "fields": [ { "name": "...", "lua_type": "BaseButtonProps", "desc": "" }, { "name": "Checked", "lua_type": "Fusion.UsedAs<boolean>?", "desc": "" }, { "name": "Icon", "lua_type": "Fusion.UsedAs<string>?", "desc": "" }, { "name": "Color", "lua_type": "Fusion.UsedAs<Color3>?", "desc": "" } ], "source": { "line": 42, "path": "src/Components/Checkbox.luau" } } ], "name": "Checkbox", "desc": "Useful for settings, to-do lists, and anything needing a \"Check!\"", "source": { "line": 6, "path": "src/Components/Checkbox.luau" } }