diff --git a/apiExamples/error.html b/apiExamples/error.html deleted file mode 100644 index b6631a8..0000000 --- a/apiExamples/error.html +++ /dev/null @@ -1 +0,0 @@ -Error checkbox option diff --git a/demo/api.md b/demo/api.md index 5314120..d4ef14d 100644 --- a/demo/api.md +++ b/demo/api.md @@ -214,29 +214,6 @@ The `error` attribute used to set error state on the entire ` -#### Checkbox with Error Outside of Group - -The `error` attribute used to set an error state on a single `` element. - -**Note**: Error messages are not supported outside of an ``. - -
- - - Error checkbox option - -
- - See code - - - -```html -Error checkbox option -``` - - - #### Required When present, the `required` attribute specifies that at least one or more `` elements within the `` must be checked. diff --git a/demo/index.md b/demo/index.md index b2e606c..24ee631 100644 --- a/demo/index.md +++ b/demo/index.md @@ -196,29 +196,6 @@ The `error` attribute used to set error state on the entire ` -#### Checkbox with Error Outside of Group - -The `error` attribute used to set an error state on a single `` element. - -**Note**: Error messages are not supported outside of an ``. - -
- - - Error checkbox option - -
- - See code - - - -```html -Error checkbox option -``` - - - ### Horizontal Group Using the `horizontal` attribute will render the checkbox options on a horizontal line. diff --git a/docs/partials/api.md b/docs/partials/api.md index 7c6fdc5..2180f02 100644 --- a/docs/partials/api.md +++ b/docs/partials/api.md @@ -76,25 +76,6 @@ The `error` attribute used to set error state on the entire ` -#### Checkbox with Error Outside of Group - -The `error` attribute used to set an error state on a single `` element. - -**Note**: Error messages are not supported outside of an ``. - -
- - -
- - - See code - - - - - - #### Required When present, the `required` attribute specifies that at least one or more `` elements within the `` must be checked. diff --git a/docs/partials/index.md b/docs/partials/index.md index b9d18d2..600c1d9 100644 --- a/docs/partials/index.md +++ b/docs/partials/index.md @@ -108,24 +108,6 @@ The `error` attribute used to set error state on the entire ` -#### Checkbox with Error Outside of Group - -The `error` attribute used to set an error state on a single `` element. - -**Note**: Error messages are not supported outside of an ``. - -
- - -
- - - See code - - - - - ### Horizontal Group Using the `horizontal` attribute will render the checkbox options on a horizontal line.