We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94488c6 commit 3074eccCopy full SHA for 3074ecc
src/components/form-radio/form-radio.vue
@@ -4,7 +4,7 @@
4
<label class="form-check-label">
5
<input v-model="computedLocalChecked"
6
:id="safeId()"
7
- class="form-check-input"
+ :class="['form-check-input', get_StateClass]"
8
:value="value"
9
:name="get_Name"
10
:required="get_Name && is_Required"
@@ -22,7 +22,7 @@
22
<!-- Custom or Button Radio -->
23
24
25
- :class="is_ButtonMode ? '' : 'custom-control-input'"
+ :class="[is_ButtonMode ? '' : 'custom-control-input', get_StateClass]"
26
27
28
0 commit comments