Created by: Psixodelik
Hi
Fixed a bug from issue #31355 (closed)
For convenience of managing the state "disabled" added variables to _variables.scss.
$form-check-input-disabled-opacity
- the default opacity for input with the form-check-input class
$form-check-label-disabled-opacity
- The opacity value for the label. By default copies the value from $ form-check-input-disabled-opacity
$form-check-btn-check-disabled-opacity
- The opacity value for the checkbox toggle buttons. By default takes the opacity value for disabled button
Solved with a selector +
because the order of input and label should not change
Demo: https://deploy-preview-31651--twbs-bootstrap.netlify.app/docs/5.0/forms/checks-radios/
Fixes #31355 (closed)