Check out example codes for "html button disabled". It will help you in understanding the concepts better.
Code Example 1
<button type="button" disabled>This button is disabled</button>
Code Example 2
$('#Button').prop('disabled', true);
Learn ReactJs, React Native from akashmittal.com