mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 13:12:34 +00:00
Fixed checkmark not showing mark if it was set as checked when created
This commit is contained in:
@@ -4,7 +4,7 @@ module CyberarmEngine
|
||||
super(options[:checkmark], options, block)
|
||||
@checked = options[:checked] || false
|
||||
if @checked
|
||||
@text.text = options[:checkmark]
|
||||
@text.text = @options[:checkmark]
|
||||
else
|
||||
@text.text = ""
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user