use ;
use to_record;
use crateTheme;
pub const WIDTH: u32 = 31;
const TO_RECORD_LABEL_INCLUDE: &str = "■";
const TO_RECORD_LABEL_EXCLUDE: &str = "□";
const TO_RECORD_LABEL_PARTIAL: &str = "▤";
/// A checkbox with three possible states
/// A checkbox with two possible states