Open veksha opened 3 years ago
let label1 = StaticText(notebook.page(0), label="This is global option") label1.backgroundColor = -1 let cbox = CheckBox(notebook.page(0), label="checkbox") cbox.backgroundColor = -1
as you can see static text is transparent and checkbox is not
as you can see static text is transparent and checkbox is not