class RQRCode::Export::HTML::Cell

def html_class

def html_class
  qr.checked?(row_index, col_index) ? "black" : "white"
end