Using the options
attribute when setting up an array of checkbox
and/or radio
elements, how can one customize the label in HTML format for each radio/checkbox? For example, I want to style the Date/Time with break returns -- see output example below:
[ ] Tuesday, Jan 1
5:00pm to 7:30pm
[ ] Wednesday, Jan 2
6:00am to 8:00am
[ ] Friday, Jan 4
1:00pm to 3:30pm
Here's the vue code:
<FormulateInput
type="checkbox"
label="Select dates that applies"
:options="options"
v-model="dates"
>