use 'value', not 'checked'
This commit is contained in:
parent
416307f4ef
commit
cd610436db
7 changed files with 18 additions and 17 deletions
|
|
@ -72,9 +72,9 @@ pandora.ui.contactForm = function() {
|
|||
.appendTo(that),
|
||||
|
||||
$receiptCheckbox = Ox.Checkbox({
|
||||
checked: pandora.user.level != 'guest',
|
||||
id: 'receipt',
|
||||
title: 'Send a receipt to ' + pandora.user.email,
|
||||
value: pandora.user.level != 'guest',
|
||||
width: width - 136
|
||||
})
|
||||
.css({float: 'left', margin: '8px 4px 8px 0'})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue