asavoy,
Actually doing:
define: {
selectable: {type: "boolean"}
}
should work. You can see the rules here:
selectable="true" -> true
selectable="false" -> false
selectable="" -> false
selectable="asfdasfa" -> true