def create(cls, node_name, topics): return urwid.Padding(NodeCheckBox(node_name, topics), align='left', left=0)