diff --git a/js/AccountsTab.js b/js/AccountsTab.js
index 3a7478b..131d795 100644
--- a/js/AccountsTab.js
+++ b/js/AccountsTab.js
@@ -8,6 +8,7 @@ var Col = ReactBootstrap.Col;
var Form = ReactBootstrap.Form;
var FormGroup = ReactBootstrap.FormGroup;
var FormControl = ReactBootstrap.FormControl;
+var Checkbox = ReactBootstrap.Checkbox;
var ControlLabel = ReactBootstrap.ControlLabel;
var Button = ReactBootstrap.Button;
var ButtonGroup = ReactBootstrap.ButtonGroup;
@@ -212,12 +213,15 @@ const DeleteAccountModal = React.createClass({
parentAccount = "and any child accounts will be re-parented to: " + this.props.account_map[parentAccountId].Name;
var warningString = "I understand that deleting this account cannot be undone and that all transactions " + parentAccount;
- checkbox = (
-
+