checkbox
Parameters
- src:std.builtin.SourceLocation
- std.builtin.SourceLocation
- target:*bool
- *bool
- label_str:?[]const u8
- ?[]const u8
- opts:Options
- Options
Source
Implementation
pub fn checkbox(src: std.builtin.SourceLocation, target: *bool, label_str: ?[]const u8, opts: Options) bool {
return checkboxEx(src, target, label_str, .{}, opts);
}