[][src]Function quiz::checkbox

pub fn checkbox<'a, T: Display>(
    prompt: &'a str,
    list: &'a [T]
) -> Option<Vec<(&'a T, bool)>>