disabled
Description
defines whether a Two State button is disabledType
boolean
Default
false
Example
<TwoState disabled={true}>Click Me</TwoState>
Details
To disable a Two State button, you can also use the property without a value:
<TwoState disabled>Click Me</TwoState>
Related article: Setting the disabled state
Related sample: Two State Button