We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b5e66 commit e583262Copy full SHA for e583262
app/models/kms/checkbox_field.rb
@@ -1,4 +1,7 @@
1
module Kms
2
class CheckboxField < Field
3
+ def get_value(entry)
4
+ entry.values[liquor_name] == 'true'
5
+ end
6
end
7
0 commit comments