summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_checkbutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'xfa/fxfa/parser/cxfa_checkbutton.cpp')
-rw-r--r--xfa/fxfa/parser/cxfa_checkbutton.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/xfa/fxfa/parser/cxfa_checkbutton.cpp b/xfa/fxfa/parser/cxfa_checkbutton.cpp
index 59afe5ac98..6b5fa8fada 100644
--- a/xfa/fxfa/parser/cxfa_checkbutton.cpp
+++ b/xfa/fxfa/parser/cxfa_checkbutton.cpp
@@ -55,3 +55,7 @@ bool CXFA_CheckButton::IsRound() {
XFA_AttributeEnum CXFA_CheckButton::GetMark() {
return JSObject()->GetEnum(XFA_Attribute::Mark);
}
+
+bool CXFA_CheckButton::IsAllowNeutral() {
+ return JSObject()->GetBoolean(XFA_Attribute::AllowNeutral);
+}