macro_rules! input_checkbox {
    ($dst:expr, $name:expr, $checked:expr, $($arg:tt)*) => { ... };
}
Expand description

Puts a checkbox input.