Check/radio doesn't consider disabled fieldset
Created by: jeromelebleu
As disabled attribute is used instead of :disabled pseudo-class, check/radio inputs are not rendered as disabled when they are contained in a disabled fieldset (see: https://jsfiddle.net/o17mLfda/1/).