C4V7DNBNNW5DYPWCMYM32KKVB72QBGY2YLCVXISZQSDPBF3LGUMQC let to_record_toggle = el(checkbox::three_way(to_record.overall).on_press_with(|| Msg::ToRecord(to_record::Msg::ToggleOverall)));
// Only show overall toggle if there is more than one changed filelet to_record_toggle = if changed_files.len() > 1 {el(checkbox::three_way(to_record.overall).on_press_with(|| Msg::ToRecord(to_record::Msg::ToggleOverall)))} else {el(row([]))};