fn sentence_row<'a>( label_a: &'a str, val_a: bool, label_b: &'a str, val_b: bool, ) -> Line<'a>
Render a two-column row of sentence enable flags.