I have the following code:
<li>
<a class="button accessLink"
data-disabled="no"
data-href="/MyAccount/Access/Logout"
title="Logout"><span class="smaller">LOGOUT</span></a>
</li>
I specified data-disabled as "no" but is it possible to use the values true / false ?