[−][src]Trait imgui_ext::checkbox::Checkbox
Trait for types that can be represented with a checkbox.
Trait for types that can be represented with a checkbox.
fn build(ui: &Ui, elem: &mut Self, params: CheckboxParams) -> boolimpl Checkbox for bool[src]impl Checkbox for Option<bool>[src]impl<T: Checkbox> Checkbox for Box<T>[src]